Microsoft
Software
Hardware
Network
Question : Delete old files and keep 30 latest files
how can i issue a command line in unix/linux to delete all old files and only keep the latest 30 files?
Answer : Delete old files and keep 30 latest files
oops, add a ` to the end of that command..
rm `ls -t | awk 'NR>30'`
Random Solutions
Proper Configuration for using RDP with VPN
identify owner of email address
Cursor problem when running Oracle stored procedure in TOAD
tempdb question / transaction log
Need help with DirectoryServices namespace in c#
Uploading .htaccess file
OWA 2000 Some Users Get HTTP 403 Forbidden Error
Questions/problems using Skype with Windows Mobile smartphone
Printing with TCP/IP with HP Jet Direct
SQL2005 Installation Error on Win2003 Server (x86 install)