mirror of
https://github.com/coreutils/coreutils.git
synced 2024-12-04 07:24:22 +08:00
9 lines
448 B
Plaintext
9 lines
448 B
Plaintext
perl -pi -e \
|
|
's/\@code\{('"$(echo cp dd df dir dircolors du install ln ls mkdir mkfifo mknod mv shred touch vdir|tr ' ' '|')"')\}/\@command{$1}/' coreutils.texi
|
|
|
|
perl -pi -e \
|
|
's/\@code\{('"$(echo cp dd df dir dircolors du install ln ls mkdir mkfifo mknod mv shred touch vdir|tr ' ' '|')"')\}/\@command{$1}/' coreutils.texi
|
|
|
|
regex=$((textutils; shellutils) | tr -s ' ' '|')
|
|
perl -pi -e 's/\@code\{('"$regex"')\}/\@command{$1}/' coreutils.texi
|