Search Results

Search: Posts Made By: quinestor
4,675
Posted By Scrutinizer
OK, there are the CR's.. Do you need to use a...
OK, there are the CR's.. Do you need to use a while loop by the way? You could also use only awk, for example, like so:
awk 'NR==FNR{A[$1];next}$1 in A{$2="off"}1' FS=, OFS=, userson.txt users.txt...
4,653
Posted By balajesuri
$ dateLabel="2009-10-10 09:08:34" $ date...
$ dateLabel="2009-10-10 09:08:34"
$ date --date="$dateLabel"
Sat Oct 10 09:08:34 GMT 2009
Showing results 1 to 2 of 2

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