Search Results

Search: Posts Made By: Lock3
5,021
Posted By Lock3
Maybe try this
I dont test it an iam sure that there are better possibilities...but one way to handle it is this way:


sed '/CUST/s/=/=onida/g' filename > filename


It substitude all "=" with "=onida" in...
1,729
Posted By Lock3
Substitution in a file dont work with an Array in filename
Hi.

I´ve a script that should substitude the 8th line in a file called xxx.num6.

The "xxx" is set by an array filled with this command:



j=0
for Par in *.sys ; do
Par=`echo $Par...
2,283
Posted By Lock3
control variables...
Hi.

I´ve a question to a running script:


i=0 #fill an...
2,836
Posted By Lock3
Script mit Laufvariable schlanker gestalten?
Hiho.

Ich habe mit meinen rudimentären Scriptkenntnissen folgendes nicht sehr elegantes Script geschrieben und würde es gern in einer etwas eleganteren Form haben.


i=0 ...
1,836
Posted By Lock3
Script mit Laufvariable schlanker gestalten?
Hiho.

Ich habe mit meinen rudimentären Scriptkenntnissen folgendes nicht sehr elegantes Script geschrieben und würde es gern in einer etwas eleganteren Form haben.


i=0 ...
Showing results 1 to 5 of 5

 
All times are GMT -4. The time now is 10:12 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy