r3d4 wrote:see also : http://beyondgrep.com/more-tools/schollz wrote:CLI utility alternatives
..
grep for searching, agrep for fuzzy searching
Code: Select all
#!/bin/bash
python 1.py
python 2.py
Code: Select all
#!/bin/bash
python 1.py && python 2.py
Code: Select all
chmod +x mybashfile