Различия

Здесь показаны различия между двумя версиями данной страницы.

Ссылка на это сравнение

dev:snippets:linux:bash [2012/11/14 07:33]
jamis7005 создано
dev:snippets:linux:bash [2012/11/14 07:35] (текущий)
jamis7005 [Excluding list of files using regex]
Строка 1: Строка 1:
 ====== Bash Command Line ====== ====== Bash Command Line ======
  
-===== Excluding list of files using regex =====+=== List files with regex ===
 List all files recursivly excluding files containing '​doc'​ and '​source'​ List all files recursivly excluding files containing '​doc'​ and '​source'​
   ls -R| egrep -v '​(doc|source)'​   ls -R| egrep -v '​(doc|source)'​
  
  
dev/snippets/linux/bash.1352864022.txt.gz · Последние изменения: 2012/11/14 07:33 — jamis7005
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0