Search Results

Search: Posts Made By: nr_shan
11,162
Posted By nr_shan
Ram, You can use "basename" keyword in Unix....
Ram,

You can use "basename" keyword in Unix.

for eg:

if you have a file (test1) with the content like below:

/aaa/bbb/ccc/ddd/xyz.txt
/bbb/ccc/ddd/123.txt


then your command must be...
3,739
Posted By nr_shan
yeah i can use "grep -v" but i just want to know...
yeah i can use "grep -v" but i just want to know if this can be done thru' awk?
I want to learn more in awk.
3,739
Posted By nr_shan
Content extract of a file using awk
Hi Everyone,

I have a file with the below content:

File1.txt
======
###
###==> the below table was created for testing1 purpose;
###
create table 123
(
field1 date,
...
3,118
Posted By nr_shan
Try this command sed -e 's/pop3/#pop3/g' -e...
Try this command

sed -e 's/pop3/#pop3/g' -e 's/named/#named/g' -e 's/smtpd/#smtpd/g' /etc/inetd

P.S: The above command will replace all pop3 content with "#pop3" similarly for other pattern as...
Forum: UNIX and Linux RSS News 09-11-2007
1,506
Posted By nr_shan
IBM MQ program in C
1. I have to write a "C" program which must maintain minimum number of connections to the default Queue Manager.
Lets say that 50 connections.
how to maintain 50 connections for ONE Program?
2....
Showing results 1 to 5 of 5

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