Custom Commands: prompt
Hopefully I find a way to describe what I want to do...
I have some custome commands set to extract(grep) datasets from bigger file to an extra file with a special name.
her is my command:
At the position ### I want to set the filename to what I have typed in the prompt.
How can I do this? Is there a special variable used for what was passed by the input(prompt)?
Thanx
I have some custome commands set to extract(grep) datasets from bigger file to an extra file with a special name.
her is my command:
cat ! | egrep '^E.!?input:?0000000000!' >extract_TR_###.file
How can I do this? Is there a special variable used for what was passed by the input(prompt)?
Thanx