awk: Find and Replace text
Syntax awk <options> ‘Program’ Input-File1 Input-File2 … awk -f PROGRAM-FILE <options> Input-File1 Input-File2 … If no Input-File is specified then `awk’ applies the Program to… Read More »awk: Find and Replace text
Syntax awk <options> ‘Program’ Input-File1 Input-File2 … awk -f PROGRAM-FILE <options> Input-File1 Input-File2 … If no Input-File is specified then `awk’ applies the Program to… Read More »awk: Find and Replace text
One of the most useful utilities in the UNIX systems resources directory is the find command. System administrators use this powerful utility frequently. Here are… Read More »Common UNIX Find Commands
The following command help you to find the disk space used by different packages in ubuntu open a terminal window and run the commanddpkg-query –show… Read More »Howto find Disk usage of Packages in ubuntu