Search Results

Search: Posts Made By: AAA
10,352
Posted By AAA
Thanks tyler :D Regards, Abhishek
Thanks tyler :D

Regards,
Abhishek
10,352
Posted By AAA
Formatting text file in unix
Hi,

I am using the following format command for formatting my text file in unix.

awk -F":" '{ printf "%-50s%-1s%-50s\n", $1,":", $2}' filename > targetfile

The target file is then sent as an...
13,169
Posted By AAA
thanks, There is a shorter way to check the...
thanks,

There is a shorter way to check the date validity.
First extract the date, month and year components from the date and then use the following command to check the date validity.

cal...
13,169
Posted By AAA
Check the format of Date
Hi,

I have a date field in my input file.
I just want to check if its in the format "DD-MM-YYYY".
Is there any command which can achieve this?

Thanks and Regards,
Abhishek
Showing results 1 to 4 of 4

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