Hi,
I'm really really new on Linux
and I need to do some stuff on a ksh bash
1. I need to create a file containing a list (in reverse date order (oldest first) of all the files in the directory specified by the enviroment variable
I used:
#!/bin/bash
ls -t -A -r /$testdir/ >$FLOW/ls.lst
cat...
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.