Search Results

Search: Posts Made By: mraghunandanan
1,451
Posted By mraghunandanan
awk problem
Hi Guys,

I am having a requirement,

How can I print all the lines from 6/10/2009 to 12/12/2009 in a log file using awk command?

I am not familiar with the syntax for this command..

Guys...
3,074
Posted By mraghunandanan
store SQL statements and results in a file
Hello Guys...

I want a small help from you guys.
Actually in Oracle, we are having a utlity called spool through which can store whatever SQL statements executed and other queries and the output...
2,130
Posted By mraghunandanan
Hi.. Actually the thing is like, I want the...
Hi..

Actually the thing is like, I want the output in such a way that the second field that contains all logfiles should be sorted and it should be printed along with the inode numbers instead of...
2,130
Posted By mraghunandanan
sort issue
Hi Guys ,

Please help me I am having a requirement as below:

$ ls -i log* | head
66486532 log1
66486662 log10
66486663 log11
66486664 log12
66486665 log13
66486533 log2
66486534 log3...
1,647
Posted By mraghunandanan
Renaming Issue..
Hi guys..

Please help me.. I am a newbie to Unix..

How to change the extension of all .txt files in my current directory and also subdirectories to .my extension all together??

Regards,
...
22,387
Posted By mraghunandanan
the file is like this cat file1 this is...
the file is like this

cat file1

this is mango
this is banana
this is apple
this is grape
this is pineapple
this is orange
this is watermelon



I used wc -c and wc -m and it is giving...
22,387
Posted By mraghunandanan
WC command Issue
Hello Guys...

I am a newbie to Unix. I am having a requirement, Like in a file, I want to count the number of characters,

I used wc -c and wc -m, But both are giving the byte count instead of...
3,431
Posted By mraghunandanan
Hi Funksen, Thanks a lot................
Hi Funksen,
Thanks a lot................
3,431
Posted By mraghunandanan
deleting white spaces in a file
Hello Guys,

I am a newbie to unix. I am having a requirement. Please help me for finding a solution for this,

I am having a file as mentioned below:

[mraghunandanan@localhost ~]$ cat shank
...
3,000
Posted By mraghunandanan
Thanks a lot Dr.House... You are superb...
Thanks a lot Dr.House...

You are superb...
3,000
Posted By mraghunandanan
Listing contents
Hello guys,

I am having a requirement,

I am having three file m1,m2,m3 having some contents. I want to list last 20 lines of m1,m2 and m3 all together on the terminal.

I used tail -20 m1 m2...
1,837
Posted By mraghunandanan
scripting issue
Hello,

Guys I am having a sql script file which contains some sql statements including inserting values, One column is of the data type date.

Now i am having a KSH script for inserting values...
1,505
Posted By mraghunandanan
files Scripting Issue
Hai Guys,

I am new to Shell Scripting, I am having a requirement.Please help me..

How to write a KornShell script to find and display all the files that were created before 90 - 120 days from...
1,671
Posted By mraghunandanan
Hi Pludi.. Can you just explain abt ur...
Hi Pludi..

Can you just explain abt ur solution...

Regards,

Mahesh..
1,671
Posted By mraghunandanan
IP-Scripting Issue
Hi Guys,

I am quite new to Shell Scripting... I need ur help.. This is very urgent.

The thing is like,
I need to match a IP address (ex 192.168.200.56) i.e, xxx.xxx.xxx.xx inside a KSH...
1,657
Posted By mraghunandanan
Reverse Contents Issue
Hi Guys,

I am a newbie to Unix. I am having a requirement. I am having a file whose contents are mentioned below:

S.no EmployeeName EmployeeID
1. MAHESH 01
2. ...
1,676
Posted By mraghunandanan
Or else,, try this way.. find . -exec grep...
Or else,, try this way..

find . -exec grep "XYT" {} \; -print


Regards,

Mahesh...
1,676
Posted By mraghunandanan
Try this.. find . -type f -exec grep 'XYT'...
Try this..

find . -type f -exec grep 'XYT' {} \;

Regards,

Mahesh..
1,643
Posted By mraghunandanan
No.. u can't use who command... Plz mark my...
No.. u can't use who command... Plz mark my words... Other users are connected through VNC to my system...
So, I want to know who are users connected to my system... Its not login.... With the help...
1,643
Posted By mraghunandanan
Users Connection issue
Hi Guys...

I am having a issue...

The thing is like other users have connected to my system through VNC Viewer.
But I don't know who all are connected to my system...

Is there any solution...
1,897
Posted By mraghunandanan
I am using Linux(Fedora8).... Yes I am...
I am using Linux(Fedora8)....

Yes I am having a system admin...

Do u have a solution for my requirement..
1,897
Posted By mraghunandanan
Scripting issue..
Hi guys...

I am newbie to Shell Scripting...
I am querying the Oracle database.I want a Shell script for fetching some data from datasets in Oracle database and displaying in an excel sheet.This...
1,633
Posted By mraghunandanan
Scripting issue..
Hi guys...

I am a newbie to scripting... I have a small requirement... I dont whether u r clear with my requirement... But plz try to help me...

Like,
tell me some kind of scripts that can...
1,403
Posted By mraghunandanan
hello..
Ya thanks Jero..

One of my friends gave these questions to me..

The corrected questions:

1) How to list multiple files using Shell scripting and not directories?

2) How to the get the...
1,403
Posted By mraghunandanan
Issue with Shell Scripting..
Hi Guys..

I need a solution for these two questions... Plz help me...

1)How can you load multiple files in a script ?

2)How do you get a process Id for multiple files in a shell script ?
Showing results 1 to 25 of 37

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