Search Results

Search: Posts Made By: JoeColeEPL9
1,566
Posted By JoeColeEPL9
Thanks a lot ... :) it worked
Thanks a lot ... :) it worked
1,566
Posted By JoeColeEPL9
selective printing
hi all

from below text
"abcd,SYS_12345,xyz,PQR, ,"

I want to print only
"abcd,SYS,xyz,PQR, ,"

i.e. taking only first three 3 chars from 2 string of comma separated file

thanks
3,388
Posted By JoeColeEPL9
thanks all for relpies. I have been into...
thanks all for relpies.

I have been into application development till datae using Shell and Perl scripting into different unix flavour HP/IBM/solaris ... I am really not sure which one would be...
1,492
Posted By JoeColeEPL9
Regarding Unix Certification
Hello,

I hav been using Unix from last few years as a application developer. Now I am looking for Unix certification. Could you please guide me which all certifications are available? and which...
3,388
Posted By JoeColeEPL9
Regarding Certification in Unix
Hello,

I hav been using Unix from last few years as a application developer. Now I am looking for Unix certification. Could you please guide me which all certifications are available? and which...
2,718
Posted By JoeColeEPL9
I am using solaris ..... fgrep is almost...
I am using solaris .....

fgrep is almost taking same time as awk ....

---------- Post updated at 05:16 AM ---------- Previous update was at 05:15 AM ----------

yups user input is a regular...
2,718
Posted By JoeColeEPL9
Hello pludi, regex is a user input and can...
Hello pludi,

regex is a user input and can be any string and we just need to find out the line numbers where it matches anywhere on a line.

Jayan,

fgrep -n "$pat" infile is not working...
2,718
Posted By JoeColeEPL9
help for fast way of finding line number for a regex
Hello,

I am trying to find out the line numbers where regex match and put them into a file with below command:

awk '/'$pat'/ {print NR}' $fileName >> temp.txt

where $pat is the regex
...
Showing results 1 to 8 of 8

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