To find out the biggest file in the directory in descending order
$du -sk * | sort -n
other beautiful command to find in which file the parameter is defined in directory:
$cd /sapmnt/PEP/profile
$grep "DIR_CCMS" *
Monday, January 2, 2012
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment