Hey all,<br>I'm working on some scripts to grade assignments for a UNIX class at my college. basicly what I'm trying to do is grep the student's .bash_history to make sure the students used certian ...
Bash has quietly made scripting on Unix systems a lot easier with its own regular expressions. If you're still leaning on grep and sed commands to get your scripts to do what you need from them, maybe ...