From: Jim Meyering Date: Mon, 6 Apr 2009 05:59:52 +0000 (+0200) Subject: * doc/code-vs-command: Remove long-unused, never-distributed file. X-Git-Tag: v7.3~54 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=33e70704646ed3021bfa4dc5be3585c062b6a248;p=thirdparty%2Fcoreutils.git * doc/code-vs-command: Remove long-unused, never-distributed file. --- diff --git a/doc/code-vs-command b/doc/code-vs-command deleted file mode 100644 index b7ec0906ca..0000000000 --- a/doc/code-vs-command +++ /dev/null @@ -1,8 +0,0 @@ -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