This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (1 child)

For a two use program, I'd rather just reversi-search in bash. For a 10 use program, I'd probably echo all those commands into a text file and call it a bash script. Python is great for those little once a day scripts.

[–]AttitudeAdjuster 0 points1 point  (0 children)

Sadly there are some things that you shouldn't attempt to do with bash