Search Results

Search: Posts Made By: ganapati
1,782
Posted By bartus11
Try:perl -pe 's/^-//&&s/$/0/||s/^/-/&&s/0$//'...
Try:perl -pe 's/^-//&&s/$/0/||s/^/-/&&s/0$//' file
17,956
Posted By pludi
Just one question: why write a Perl "script", if...
Just one question: why write a Perl "script", if all you're doing is shell scripting? This could be re-written just as well as
#!/bin/sh

DATA="/export/home/ganapa"
report_start_date=$1...
Showing results 1 to 2 of 2

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