- Published:
- March 9, 2007 – 1:19 pm
- Author:
- By Dave
Phones come in two ways, locked or unlocked. If a phone is locked, then you can only use it with one provider, such as T-Mobile or Cingular/AT&T. If it is unlocked, you can put a sim card in from another carrier, and use the phone just as normal. Phones are locked because a carrier [...]
Categories: Cell Phones
Tagged: AT&T, GSM, Motorola, separate carrier, Sim Unlock Department T-Mobile USA Inc, t-Mobile USA (VoiceStream Aerial Omnipoint SOL Digiph P, USD, wireless carrier
- Published:
- March 7, 2007 – 3:31 pm
- Author:
- By Dave
This simple linux bash script will delete subdirectories in a directory based on when the subdirectory was last modified.
In my sample script, it looks in the directory /home/backup and deletes any directories older than 7 days. Replace 7 with the number of days of your choosing!
for i in `find /home/backup/ -maxdepth 1 -type d -mtime [...]
Categories: Code Samples, Shell
Tagged: Linux, main search directory