Changes

Jump to: navigation, search

User:Minooz/RepoSyncProj/Bash

33 bytes removed, 10:44, 19 October 2010
Tips
* To check if multiple files exist:http://www.ducea.com/2009/03/05/bash-tips-if-e-wildcard-file-check-too-many-arguments/
<source lang=bash>
fileserrors=$(ls Error*.txt 2> /tmpdev/*.cachenull | wc -l)if [ "$files errors" != "0" ]; thenecho "Cache files exist: do something with them"elseecho "No cache files.. rm Error*."txt
fi
</source>
1
edit

Navigation menu