Search Results

Search: Posts Made By: abanna
24,310
Posted By abanna
du -ks * | sort -n Result like that: ...
du -ks * | sort -n

Result like that:

Size Dir Name
0 DEACT_TOTO

--------------------

Or

ls -ltr | grep "^d" | awk '{print $9}' | xargs -i du -ks {} | sort -n
5,806
Posted By abanna
You can use this tar option tar...
You can use this tar option

tar --remove-files -zcvf

to archive and delete in one command
7,279
Posted By abanna
Hint :- You can run find command with mtime...
Hint :-

You can run find command with mtime option in 00:00 clock to calculate time correctly without any effort.

am try this hint & the result very good.

Try and confirm.
1,854
Posted By abanna
depend on what command do in system on this time ...
depend on what command do in system on this time
like take a backup

we need to know this commands & what to do.
Showing results 1 to 4 of 4

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