I know I can write a function at a Bash command line like so:
$ test() { echo 'test' ; }
I also found that I can write the }
on a separate line, a...
I know I can write a function at a Bash command line like so:
$ test() { echo 'test' ; }
I also found that I can write the }
on a separate line, a...