Search Results

Search: Posts Made By: Jewel
3,708
Posted By Corona688
You can try my general purpose date script...
You can try my general purpose date script (https://www.unix.com/unix-for-beginners-questions-and-answers/239167-general-purpose-date-script.html) which is a GNU-date-alike written in Perl, which...
Forum: Programming 10-03-2016
1,272
Posted By RavinderSingh13
Hello Jewel, Kindly use code tags for...
Hello Jewel,

Kindly use code tags for commands/codes/Inputs which you are using into your posts as per forum rules. Could you please try following and let us know if this helps you.

awk...
2,058
Posted By Scrutinizer
try: paste test3.txt test2.txt test1.txt | ...
try:
paste test3.txt test2.txt test1.txt |
awk '{for(i=1; i<=NF; i++) sub(/[^:]*:/,x,$i)}1' FS='\t' OFS=:

dog:bat:a:1438
hot:cold:b:1439
:c:1440
:d:1441
::1442
11,234
Posted By cjcox
Just to add to agent.kgb... You could do: ...
Just to add to agent.kgb...

You could do:


b=`tput bold`
c=`tput sgr0`
echo "Hello ${b}ShekhaReddy${c}. Welcome to the forums."
Showing results 1 to 4 of 4

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