Search Results

Search: Posts Made By: biomix
4,523
Posted By biomix
Here ya go: date --date=$TIME" +1 hour"...
Here ya go:

date --date=$TIME" +1 hour" +%H:%M
81,761
Posted By biomix
Try something like this: find . -type f...
Try something like this:

find . -type f -mtime +2 -exec mv -v {} $directory \;

I have that in a script that runs every morning to wipe out anything older than 30 days.

**EDIT**
...
9,025
Posted By biomix
This is an alias that I have setup for doing a...
This is an alias that I have setup for doing a similar thing. It is about as fast as everything else previously listed, and has a clean output [since you seemed to want -h].

alias lsS='du -s * 2>...
Showing results 1 to 3 of 3

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