Create Other_Tools_Used.md

This commit is contained in:
ACIC 2019-06-13 12:05:46 +03:00 committed by GitHub
parent 9718277b79
commit 1512eb6854
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

11
Other_Tools_Used.md Normal file
View File

@ -0,0 +1,11 @@
# Tools Used
1. `pigz`: Decompress a Zlib file
```
$ pigz -d -z 10_of_clubs.wav
```
2. `find`: Find flags
```
find /home -iname "*_of_*"
```