Search Results

Search: Posts Made By: marcus_kosaman
3,025
Posted By marcus_kosaman
Problem with Special characters in file
Hi,

I am facing a below problem. Inorder to mak sure the below file is fixed width i am using the following command
awk '{printf("%-375s\n", $0) } so as to add trailing spaces at the end for...
2,278
Posted By marcus_kosaman
thanks !
thanks !
2,278
Posted By marcus_kosaman
How to filter Alphanumerics
Hi all,

Can you please let me know how to achieve the below thing

AAABBCC@#$W123
123@#$DFG<>.

Output:
AAABBCW123
123DFG

i.e I want to filer only alphanumerics from the strings
1,550
Posted By marcus_kosaman
Tech one! Thanks a million, that is what i...
Tech one! Thanks a million, that is what i needed!

Once again Thanks a lot!
1,550
Posted By marcus_kosaman
Thanks for the response! The script is run...
Thanks for the response! The script is run manually by me only to check for the changed value
1,550
Posted By marcus_kosaman
check whether the value changes or not!
HI all,

I need help in writing a shell script for the following logic

I have a file abc.txt and it contains a number x. The number in the file abc.txt changes every day. I need to develop a...
3,152
Posted By marcus_kosaman
Thanks! vgersh99, i will try that out and will...
Thanks! vgersh99, i will try that out and will let you know about the result.


Thanks!
3,152
Posted By marcus_kosaman
Count the decimal numbers with 6 precision
Hi guys,

I have a single column file with millions of records. I want to count the number of records with 6 decimal precision.

for ex:

1234.12
1234.132
12345.12345
1234.1
1234.13...
Showing results 1 to 8 of 8

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