Search Results

Search: Posts Made By: coderanger
4,557
Posted By Guyverix
you could try ls -lat --time-style=iso ...
you could try ls -lat --time-style=iso

---------- Post updated at 01:36 PM ---------- Previous update was at 01:35 PM ----------

Grin, guess I should refresh my pages when I get back from...
4,557
Posted By durden_tyler
Could you check if specifying time-style makes a...
Could you check if specifying time-style makes a difference ?


ls -l --time-style=long-iso f5 | awk '{print $6}'


and


x=`ls -l --time-style=long-iso f5 | awk '{print $6}'`
echo $x
...
4,557
Posted By methyl
Can you post a sample output format from: ls...
Can you post a sample output format from:

ls -l any_valid_filename
Is the date in the format YYYY-MM-DD ?
4,557
Posted By Franklin52
If you have used a windows editor you have to...
If you have used a windows editor you have to remove the CR's:
tr -d '\r' < dosfile > unixfile
4,557
Posted By scripter12
yes Cgwin
yes Cgwin
Showing results 1 to 5 of 5

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