Bash: Single Line Expressions
Create and open file (only type filename once)
Certain I've seen this done but can't work it out.
touch filename ; open filename
How can I do this but only type the filename in once?
Edit: I found a solution!
touch filename ; start $_