[Lunar-commits] r25407 - in moonbase/trunk: libs/ncurses utils/coreutils
Terry Chan
tchan at lunar-linux.org
Thu Aug 9 07:55:00 CEST 2007
Author: tchan
Date: 2007-08-09 07:55:00 +0200 (Thu, 09 Aug 2007)
New Revision: 25407
Modified:
moonbase/trunk/libs/ncurses/BUILD
moonbase/trunk/utils/coreutils/DETAILS
Log:
How many times must it be said ? Do NOT use tabs in moonbase!!! This means you florin.
Modified: moonbase/trunk/libs/ncurses/BUILD
===================================================================
--- moonbase/trunk/libs/ncurses/BUILD 2007-08-08 21:09:39 UTC (rev 25406)
+++ moonbase/trunk/libs/ncurses/BUILD 2007-08-09 05:55:00 UTC (rev 25407)
@@ -35,7 +35,7 @@
--mandir=/usr/share/man \
--with-manpage-format=gzip \
--disable-termcap \
- --enable-colorfgbg \
+ --enable-colorfgbg \
--with-terminfo-dirs=/usr/share/terminfo \
$OPTS &&
set +x &&
Modified: moonbase/trunk/utils/coreutils/DETAILS
===================================================================
--- moonbase/trunk/utils/coreutils/DETAILS 2007-08-08 21:09:39 UTC (rev 25406)
+++ moonbase/trunk/utils/coreutils/DETAILS 2007-08-09 05:55:00 UTC (rev 25407)
@@ -16,89 +16,89 @@
Tools included perform the following file operations:
basename -- removes the path prefix from a given pathname
cat -- concatenates and prints files on the standard output
-chgrp -- changes group ownership
-chmod -- changes permissions
-chown -- changes ownership
+chgrp -- changes group ownership
+chmod -- changes permissions
+chown -- changes ownership
chroot -- changes the root directory
cksum -- checksum and count the bytes in a file
comm -- compares two sorted files line by line
-cp -- copies
+cp -- copies
csplit -- splits a file into sections determined by context lines
cut -- remove sections from each line of files
-date -- prints the system date and time
-dd -- copies and converts
-df -- shows filesystem disk usage.
-dir -- gives brief directory listing
-dircolors -- setup program for the color version of GNU ls
-dirname -- removes the last level or filename from a pathname
-du -- shows disk usage
-echo -- prints a line of text
-env -- displays/modifies the environment
+date -- prints the system date and time
+dd -- copies and converts
+df -- shows filesystem disk usage.
+dir -- gives brief directory listing
+dircolors -- setup program for the color version of GNU ls
+dirname -- removes the last level or filename from a pathname
+du -- shows disk usage
+echo -- prints a line of text
+env -- displays/modifies the environment
expand -- convert tabs to spaces
-expr -- evaluates expressions
-factor -- prints prime factor
-false -- returns an unsuccessful exit status
+expr -- evaluates expressions
+factor -- prints prime factor
+false -- returns an unsuccessful exit status
fmt -- simple optimal text formatter
fold -- wrap each input line to fit in specified width
-groups -- prints the groups the user belongs to
+groups -- prints the groups the user belongs to
head -- output the first part of files
hostid -- print the numeric id (in hex) for the current host
-hostname -- prints or sets the machine name
-id -- print real/effective/uid/gid
+hostname -- prints or sets the machine name
+id -- print real/effective/uid/gid
install -- copies and sets permissions
join -- join lines of two files on a common field
-ln -- creates links
-logname -- prints current login name
-ls -- lists directory contents
+ln -- creates links
+logname -- prints current login name
+ls -- lists directory contents
md5sum -- compute and check MD5 messsage digest
-mkdir -- creates directories
-mkfifo -- creates FIFOs (named pipes)
-mknod -- creates special files
-mv -- renames
-nice -- modifies scheduling priority
+mkdir -- creates directories
+mkfifo -- creates FIFOs (named pipes)
+mknod -- creates special files
+mv -- renames
+nice -- modifies scheduling priority
nl -- number lines of files
-nohup -- lets a command keep running after logging out
+nohup -- lets a command keep running after logging out
od -- dump files in octal and other formats
paste -- merge lines of files
-pathchk -- checks file name portability
-pinky -- lightweight 'finger' program; prints user information
+pathchk -- checks file name portability
+pinky -- lightweight 'finger' program; prints user information
pr -- convert text files for printing
-printenv -- prints environment variables
-printf -- formats and prints data
+printenv -- prints environment variables
+printf -- formats and prints data
ptx -- produce a permuted index of file contents
-pwd -- prints the working (current) directory
+pwd -- prints the working (current) directory
readlink -- display value of a symbolic link on standard output
-rm -- removes (deletes)
-rmdir -- removes empty directories
-seq -- prints numeric sequences
+rm -- removes (deletes)
+rmdir -- removes empty directories
+seq -- prints numeric sequences
sha1sum -- print or check SHA1 (160-bit) checksums
-shred -- deletes a file securely
-sleep -- suspends execution for a specified time
+shred -- deletes a file securely
+sleep -- suspends execution for a specified time
sort -- sort lines of text files
split -- split a file into pieces
stat -- display file or filesystem status
-stty -- prints/changes terminal settings
-su -- lets you adopt the ID of another user or superuser
+stty -- prints/changes terminal settings
+su -- lets you adopt the ID of another user or superuser
sum -- checksum and count the blocks in a file
-sync -- synchronizes memory and disk
+sync -- synchronizes memory and disk
tac -- concatenates and prints files in reverse
tail -- outputs the last part of files
-tee -- sends output to multiple files
-test -- evaluates an expression
-touch -- changes filestamps
+tee -- sends output to multiple files
+test -- evaluates an expression
+touch -- changes filestamps
tr -- translates or deletes characters
-true -- returns a successful exit status
+true -- returns a successful exit status
tsort -- perform topological sort
-tty -- prints terminal name
-uname -- prints system information
+tty -- prints terminal name
+uname -- prints system information
unexpand -- convert spaces to tabs
uniq -- remove duplicate lines from a sorted file
unlink -- call the unlink function to remove the specified FILE
-uptime -- tells how long the system has been running
-users -- prints current user names
-vdir -- long directory listing (like ls -l)
+uptime -- tells how long the system has been running
+users -- prints current user names
+vdir -- long directory listing (like ls -l)
wc -- prints the number of bytes, words, and lines in files
-who -- prints a list of all users currently logged in
-whoami -- prints effective user ID
-yes -- prints a string indefinitely
+who -- prints a list of all users currently logged in
+whoami -- prints effective user ID
+yes -- prints a string indefinitely
EOF
More information about the Lunar-commits
mailing list