Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
1 Commented Post
0 Endorsements
~297 People Reached
Favorite Forums
Favorite Tags
Member Avatar for damanjit

for i in table1 table2 table3 table4 do perl -ne 's/ *\|/\|/g; print' ${AHS_DATA}/${i} > ./${i}.dat done what does `perl -ne 's/ *\|/\|/g; print' ${AHS_DATA}/${i} > ./${i}.dat` mean?

Member Avatar for masijade
0
102
Member Avatar for damanjit

[code=perl] if ( $#ARGV < 0 ) { die "Usage: tdbFormatBulkassets.pl date file_to_be_parsed loan mloan"; } $input_file1 = "$ARGV[0]"; $input_file2 = "$ARGV[1]"; $input_file3 = "$ARGV[2]"; $input_file4 = "$ARGV[3]"; $output_file1 = "$ARGV[4]"; $output_file2 = "$ARGV[5]"; $output_file3 = "$ARGV[6]"; $output_file4 = "$ARGV[7]"; $output_file5 = "$ARGV[8]"; $count = 0; $hedge_entity = 70; $hedge_request_id …

Member Avatar for masijade
-1
195