Search Results

Search: Posts Made By: butterfly20
21,470
Posted By ghostdog74
Have you checked CPAN? Else you can program it in...
Have you checked CPAN? Else you can program it in Perl, simply for opening another file for appending and writing to this file in addition to printing to the screen
4,036
Posted By fpmurphy
Another option would be to use quotemeta i.e. ...
Another option would be to use quotemeta i.e.

my $userInput = "[latency][info] mpgw(BLUESOAPFramework";
$userInput = quotemeta($userInput);

print "trans usrInput: $userInput\n";
if ( $str =~...
10,325
Posted By anurag.singh
#!/usr/bin/ksh FILE="$1" cat $FILE| cut -d'\'...
#!/usr/bin/ksh
FILE="$1"
cat $FILE| cut -d'\' -f2- | sed 's/EMEA//g;s/\\//g;s/,//g'
Showing results 1 to 3 of 3

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