Hi,
In the man of ls, we can see :
"If the time of last modification is greater than six months ago, the time field is shown in the format month date year where as files modified within six months the time field is shown as month date time format."
My problem is that I would like to list all the files of a directory (ls -lrt) and to print the name, the size and the complete date (DD/MM/YYYY).
Could you have a look for my problem ?
Thanks in advance.
Nicolas
In the man of ls, we can see :
"If the time of last modification is greater than six months ago, the time field is shown in the format month date year where as files modified within six months the time field is shown as month date time format."
My problem is that I would like to list all the files of a directory (ls -lrt) and to print the name, the size and the complete date (DD/MM/YYYY).
Could you have a look for my problem ?
Thanks in advance.
Nicolas