Search Results

Search: Posts Made By: r00ty
1,764
Posted By r00ty
This is test project for now, no problem to...
This is test project for now, no problem to overwrite files. I want to say that i try your solution with insert.awk and

awk -v FILE="$2" -f insert.awk $file > $newfile

But in $newfile i don't...
1,764
Posted By r00ty
I try yor solution , but nothing happens , no...
I try yor solution , but nothing happens , no change in txt files :(
1,764
Posted By r00ty
My final script is this: ARGS=2 ...
My final script is this:
ARGS=2
E_WRONGARGS=85
if [$# -ne "ARGS"]
then
echo "Usage: directory template"
exit $WRONGARGS
fi

args=("$@")
temp=$RANDOM

for file in...
1,764
Posted By r00ty
This is the content of file that i want to edit: ...
This is the content of file that i want to edit:

LIST "test"
DEFAULTS
{
FILESYSTEM
{

}
RAWDISK
{

}
}


HOST "localhost" localhost
{
}
This is the...
1,764
Posted By r00ty
awk script problem
Hello guys i have following problem. I'm trying to copy content of one file and paste this content in all .txt files in directory, but at line 15. My script copy the content at first line, not 15....
Showing results 1 to 5 of 5

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