in reply to Re^2: perl or bash in cgi scripts?
in thread perl or bash in cgi scripts?
Without cat how else would I be able to get this quadruple distilled list of files in the current working directory?
[me@mybox~]$ for ff in $(echo * | cat); do > ls -ld $ff > done | awk '{print $NF}' RCS curl.tar index.html index.html.1 perl projects rsync_backup.sh sandbox ssh-to util
|
|---|