diff options
Diffstat (limited to 'appendixa/diffutils-dep.xml')
-rw-r--r-- | appendixa/diffutils-dep.xml | 33 |
1 files changed, 9 insertions, 24 deletions
diff --git a/appendixa/diffutils-dep.xml b/appendixa/diffutils-dep.xml index f8adfc493..a288c8152 100644 --- a/appendixa/diffutils-dep.xml +++ b/appendixa/diffutils-dep.xml @@ -5,30 +5,15 @@ installed:</para> <literallayout> -sh from the bash package - -ld from the binutils package -as from the binutils package - -chmod from the fileutils package -cp from the fileutils package -mv from the fileutils package -rm from the fileutils package - -cc from the gcc package - -egrep from the grep package -grep from the grep package - -make from the make package - -sed from the sed package - -basename from the sh-utils package -date from the sh-utils package - -cat from the textutils package -tr from the textutils package +bash: sh +binutils: ld, as +fileutils: chmod, cp, mv, rm +gcc: cc +grep: egrep, grep +make: make +sed: sed +sh-utils: basename, date +textutils: cat, tr </literallayout> </sect2> |