How can I create and open a file from terminal with a single command? August 2, 2023 by Tarik in .bashrc lazytouch() { touch $1 open $1 } then type $ lazytouch anything.really