Search Results

Search: Posts Made By: os-nix
9,162
Posted By os-nix
In the opening post: i interprete that "(no...
In the opening post:
i interprete that "(no system timestamp here)" means, that last modification time is not usable. In real life sometimes files get touched by "accident". Or by "transporting" it...
9,162
Posted By os-nix
Just use simple commands. ls, grep, sort, tail...
Just use simple commands. ls, grep, sort, tail and xargs.

ls | grep "\.dat" | sort -r -t. -k3,4 | tail +13 | xargs rm

Just enhanced your sort command by reversing the sort order, to get the...
Forum: Solaris 05-17-2012
5,828
Posted By os-nix
Which of the two involved devices throws the "I/O...
Which of the two involved devices throws the "I/O Error"? If you ran out of disk space you wont get an "I/O Error" message.
Either the USB-stick is buggy or your disk has defective sectors.

Btw:...
Showing results 1 to 3 of 3

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