bash-based File Operation
Jump to navigation
Jump to search
A bash-based File Operation is a bash operation that is a file operation.
- Context:
- …
- Example(s):
for file in `ls *`; do; echo $file; done;
- Counter-Example(s):
- See: bash Coding Example, bash.