skip to main
|
skip to sidebar
29 August 2008
linux/unix: list files with full path
what to do if you need to list files with their full paths?
ls won't do the job at all. The solution: use the find command.
find reservation -type f -name "*.py"
Newer Post
Older Post
Home
some links
FOSSwire
wikipedia: random
SANS Internet Storm Center, InfoCON: green
Loading...