Hi All
I have a requirement for extrracting full date and time of a particular file.
I used the following command
ls --full-time -l -Str test.txt| tr -s " "|cut -f6,7,8,9 -d" "
This command works fine on Unix env but fails on Solaris.
The reason why it fails is because...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.