Search Results

Search: Posts Made By: ./hari.sh
1,458
Posted By ./hari.sh
sort <filename> | tail -1
sort <filename> | tail -1
Forum: Ubuntu 02-06-2013
1,860
Posted By ./hari.sh
Add the following line to .bashrc (assuming...
Add the following line to .bashrc (assuming count_0.1 is in your home directory)
alias count='~/count_0.1'

To call count_0.1 from bin as count
ln -s ~/count_0.1 /usr/bin/count

For using your...
2,579
Posted By ./hari.sh
find /tmp/ -name AB* -o -name CA* -cmin +120...
find /tmp/ -name AB* -o -name CA* -cmin +120 -exec rm -fr {} \;
57,735
Posted By ./hari.sh
remove 0 byte
Alternatively

find /home/hari -type f -size 0 -exec rm {} \;
Showing results 1 to 4 of 4

 
All times are GMT -4. The time now is 11:43 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy