K
kubik
Guest
I don't know if this is the right group to ask this question but i try.
I have to modify a netlist using awk.
I have to use awk many times so i have organized a bash shell script
in which a call awk every time i need. Now i have to pass to this script
some parameters by command line when i call it and then use this
parameters when i call awk. For example
-----
awk ' ------ ' file1 > file2
awk -----
----
I want to pass file1 e file2 by command line
How i can do it in bash shell.
Thanks to all!
I have to modify a netlist using awk.
I have to use awk many times so i have organized a bash shell script
in which a call awk every time i need. Now i have to pass to this script
some parameters by command line when i call it and then use this
parameters when i call awk. For example
-----
awk ' ------ ' file1 > file2
awk -----
----
I want to pass file1 e file2 by command line
How i can do it in bash shell.
Thanks to all!