Quantcast
Channel: New Posts - Q&A - Linux Systems
Viewing all articles
Browse latest Browse all 135

How can I simply persist functions written in the current terminal session for later use?

$
0
0

Suppose I write a Bash function at the command line:

$ hello-world() { echo "Hello, world!"; }

and I revise (perhaps hitting up-arrow to retrieve it from comma...


Viewing all articles
Browse latest Browse all 135

Trending Articles