Monday, July 11, 2011

Unix_Commands

For finding a file in current directory and all subdirectory

find . -name "file_name.File_to_be_found" -print



File display with line numbers:
cat -n file_name_with_full_path

disk free space:
df -h
du -h

No comments:

Post a Comment