summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2009-04-06 07:59:52 +0200
committerJim Meyering <meyering@redhat.com>2009-04-06 07:59:52 +0200
commit33e70704646ed3021bfa4dc5be3585c062b6a248 (patch)
tree35fa7cf81a81b6e86e27cb99e5801f015c42ddea /doc
parent1974dc34b64b0ac5a97838dfaf4695f35aaa359b (diff)
downloadcoreutils-33e70704646ed3021bfa4dc5be3585c062b6a248.tar.xz
* doc/code-vs-command: Remove long-unused, never-distributed file.
Diffstat (limited to 'doc')
-rw-r--r--doc/code-vs-command8
1 files changed, 0 insertions, 8 deletions
diff --git a/doc/code-vs-command b/doc/code-vs-command
deleted file mode 100644
index b7ec0906c..000000000
--- 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