|
|
|
|
|
by yellowapple
3276 days ago
|
|
The best I can really recommend is practice. A lot of "bash" skill comes not from bash itself, but rather from the tools around it. If you're not already comfortable with input/output redirection (including pipes, as well as reading from / writing to files via <file / >file, respectively), then that's where I'd start. |
|