Search Results

Search: Posts Made By: adirajup
42,567
Posted By ahamed101
man sort So basically, it will sort...
man sort



So basically, it will sort numerically (-n) on the first field (-k1) which is separated by ,(comma) (-t,) and produce unique (-u) results

--ahamed
5,009
Posted By chihung
find yourdirectory -type f -ls 2>/dev/null | ...
find yourdirectory -type f -ls 2>/dev/null |
while read x x x x x x s x x x f
do
if [ $s -eq 0 ]; then
rm -f "$f"
fi
done
5,009
Posted By Corona688
That's a useless use of ls...
That's a useless use of ls (http://partmaps.org/era/unix/award.html#ls).

You don't need ls -l to check if the filesize is zero, either.

You use $file to convert a variable name into the text...
28,270
Posted By venkatareddy
Hi, right click on the top of cygwin...
Hi,
right click on the top of cygwin terminal ->options ->text under Font click on
select and set whatever size u want

thanks,
venkat
1,081
Posted By radoulov
Until you remove it :)
Until you remove it :)
Showing results 1 to 5 of 5

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