Bash Snippets
Join the DZone community and get the full member experience.
Join For Free// Bash line for quickly getting the contents of a directory.
ls dir/layout/|wc -l
Snippet (programming)
Bash (Unix shell)
Opinions expressed by DZone contributors are their own.
Comments