You are not logged in.
Pages: 1
Hello..Help me with small bash scripting..
how to relase this idea..
I have file query.txt
in this file..text string (e.g hello world)
and bash script get all from this file and write to varialbe and exec command..
e.g
variable = text_string_from_file
echo variable
thank...
Offline
var=$(cat file)
echo $var
Offline
Yeah..thank..)
Offline
Pages: 1