Search Results

Search: Posts Made By: mtehonica
6,125
Posted By JavaHater
echo livingroom-110111105637.avi | sed -r...
echo livingroom-110111105637.avi | sed -r 's@(.*-......)(..)(..)(..)@\1-\2.\3.\4@'
6,125
Posted By zaxxon
Example with GNU awk on Linux: $> echo...
Example with GNU awk on Linux:


$> echo livingroom-110111105637.avi| awk -F[-.] '{d=substr($2,0,6); h=substr($2,7,2); m=substr($2,9,2);s=substr($2,11,2); print $1"-"d"-"h"."m"."s"."$3}'...
Showing results 1 to 2 of 2

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