Search Results

Search: Posts Made By: anupmishra
4,283
Posted By RudiC
With Linux you should have GNU date available....
With Linux you should have GNU date available. Try


awk -F\| '
{printf "%s", "echo \"" $0 " |"
}
NR == 1 {print " Duration\""
}
NR > 1 {print "$(( $(date +%s...
Showing results 1 to 1 of 1

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