LINUX Questions
LINUX Questions
Sudo updated
14. Find – will list all files & directories below the point tree
Find /desktop/ -type d –iname *.txt –size +100k –maxdepth 4 –exec cp {} ~/Desktop/files/ \;
Sort –k 5nru -k for tabular data of 5th column numerically in reverse order with unique entries
17. Grep – return all lines matching search content ; i-caseinsensitive; v- return lines don’t contain
Grep hello file.txt ls /etc | grep *.conf c – count of lines matches term
Return all lines with hello word return all files with ending .conf in /etc folder
Bzip2 – “ – cvjf “ “ “
“ – xvjf “ “ “
Unzip name_zip_file