Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 1

How to find duplicate records in source file

If its flat file sort-U file name


If its data base select distinct * form (table name)
If you want count of file
Where clause
To get count of file grep-o “filtercondition” |wc-I
How to find files in Linux
use ls -a comand and Grep () comand
To know the runing process in Linux
ps- aef
Kill the process in LX
Kill -9 (process id)
How to know how many logins in system
tty

You might also like