Search Results

Search: Posts Made By: 12345
1,647
Posted By 12345
Help needed on sed command
I got the output as the way I wanted it.

Output:
1 John Smith Chicago
2 Mary Smith New York

Output filename here is smith,but now I want the ouput to be redirected to a different file.
...
1,647
Posted By 12345
Help needed on sed command
Hi,

I am splitting a file based on pattern using sed -f command as below:

sed_cmd2 is the Pattern filename which has the below mentioned pattern in it:

#n
/\(.*\) \(.*\)...
105,950
Posted By 12345
Find number of columns in a file for multiple rows
Hi,

The above mentioned solutions provide the no.of columns for each row. But, wht if I want the no.of columns for the complete file instead of each row.
For E.g.. lets say I have a file...
8,715
Posted By 12345
Regular expression for Comma separated numbers
Thankyou.

But it would have been gr8 if we had such solution on UNIX also :)
19,892
Posted By 12345
regular expression for Comma separated numbers
Hi,

Thanks for your reply. I just want to make this requirement more clear.
I read values to a variable, using "read var".I am now validating the user input. The user should input the...
8,715
Posted By 12345
Comma separated Numeric input validation
Hi,

I guess the requirement is not clear. Let me give you more description.

Firstly, I am expecting a regular expression in UNIX.

The script reads the column positions using "read...
19,892
Posted By 12345
Comma delimited instead of space delimited
Hi,

What if the numbers are comma separated and the no.of occurences of the pattern is not known.
E.g. 1,2,3,4,...n

TIA
8,715
Posted By 12345
validate a pattern of numbers that are comma separated
Hi,

I have a requirement wherein, I need to validate a user input of the numbers that are comma separated.
E.g . The input should be in the format 1,2,3...n (count of numbers is not...
Showing results 1 to 8 of 8

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