Search Results

Search: Posts Made By: i.srini89
5,284
Posted By itkamaraj
<<END_SCRIPT --> google "here document + shell...
<<END_SCRIPT --> google "here document + shell script"

Here Documents (http://tldp.org/LDP/abs/html/here-docs.html)


HOST="xxxxxx"
USER='xxxxxxx'
PASSWD='xxxxxx'
while read FILE
do...
1,242
Posted By Corona688
I had a script which could be modified for this: ...
I had a script which could be modified for this:

$ cat flatc.awk

BEGIN {
ORS=" " # Records separated by space instead of newline
}

{
if($0 ~ /^#/)
...
Showing results 1 to 2 of 2

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