Search Results

Search: Posts Made By: etl_guy
1,387
Posted By Scrutinizer
sed '/date/s/.*|/date("YYYY-MM-DD/' file
sed '/date/s/.*|/date("YYYY-MM-DD/' file
1,387
Posted By michaelrozar17
alternative with sed.. sed...
alternative with sed..
sed '/date/s/|/YYYY-MM-DD/g' inputfile > outfile
1,387
Posted By Chubler_XL
awk ' ($2 ~ ".*date.*") {...
awk ' ($2 ~ ".*date.*") { $1="date(\"YYYY-MM-DD\")" } 1' infile
Showing results 1 to 3 of 3

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