Bash Command Line

List files with regex

List all files recursivly excluding files containing 'doc' and 'source'

ls -R| egrep -v '(doc|source)'
dev/snippets/linux/bash.txt · Последние изменения: 2012/11/14 07:35 — jamis7005
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0