Search Results

Search: Posts Made By: freizl
22,197
Posted By freizl
What's the reason it failed at 32bit system?
What's the reason it failed at 32bit system?
22,197
Posted By freizl
date: invalid date `19010101'
why
date -d "19010101" gets error " date: invalid date `19010101' "

but
date -d "19020101" is fine?

Any approach to fix that?
Thank you.
1,852
Posted By freizl
Assuming the "ABC20090102" string is fixed...
Assuming the "ABC20090102" string is fixed length.
And I'm using sh shell.

ls -1 *.txt | awk '{print "mv", $1, substr($1,12) }' | sh
Showing results 1 to 3 of 3

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