I'm a beginner of the bash scripting. I need to know how I can create a bash script for the output an executable file.
More clearly, I have an executable file that it is ./word. The output of this command is not static. So, my script should read this output and put it into the script but how?
-
Probably you are looking for IO redirectionanishsane– anishsane2012-12-11 10:02:25 +00:00Commented Dec 11, 2012 at 10:02
-
Depends what you want to do with that output. Sometimes you'll want backticks, other times not. Tell us what you're trying to do.Lightness Races in Orbit– Lightness Races in Orbit2012-12-15 19:44:32 +00:00Commented Dec 15, 2012 at 19:44
Add a comment
|