|
|
|
|
|
by brad0
3276 days ago
|
|
Don't listen to the guys who are saying not to learn bash. In the right circumstance bash is much better than any verbose python script. I'd say learn the following topics: pipe grep sed awk find Once you feel comfortable using and combining these tools you should be able to find out the rest by yourself. |
|