Search Results

Search: Posts Made By: manuswami
Forum: AIX 09-16-2014
4,190
Posted By manuswami
You can use httpport option for port change. For...
You can use httpport option for port change. For example:

vncserver -display 800x600 -depth 16 -httpport 5000


Please use code tags next time for your code and data. Thanks
2,020
Posted By manuswami
For your point 1: ls -lrt...
For your point 1:
ls -lrt daily_test_*.sql.gz|awk '{print $NF}'|tail -1

enclose above in backticks (`) when you use this in code.
10,667
Posted By manuswami
Which shell you are working? ---------- Post...
Which shell you are working?

---------- Post updated at 03:09 AM ---------- Previous update was at 03:00 AM ----------

If this is bash, your code should work fine. It worked for me:
root@host...
1,128
Posted By manuswami
[user@host tmp]# join -t" " -1 1 -2 1 file1 file2...
[user@host tmp]# join -t" " -1 1 -2 1 file1 file2
1 today a lot
1 today sometimes
1 green a lot
1 green sometimes
2 tomorrow at work
2 tomorrow at home
2 tomorrow sometimes
3 red new
16,046
Posted By manuswami
top command should give you the output as per...
top command should give you the output as per your requirement. You may need to install the package if required.

Also you can try ps -aef command and check if there are any idle/hung processes.
1,358
Posted By manuswami
Printing paragraph between semicolons having XXXX
Hello experts,

I have below file:

1
2
3
4
5
6
;
7
8
9
10
XXXX
1
;
2
3
Forum: Red Hat 12-07-2012
2,029
Posted By manuswami
Commands with options hang server
Hello Folks,

when i run simple ls command i am getting the output properly. See below:

[root@xxx logs]# ls
ecapPlat.err FileMover.log.2 FileScrubber.log.1 MeasServer.log mysentfile surv.log...
28,134
Posted By manuswami
How to compare the values of a column in awk in a same file and consecutive lines..
I would like to compare the values of 2nd column of consecutive lines of same file in such a way so that if the difference between first value and second value is more than 100 it should print...
40,329
Posted By manuswami
Franklin, You are correct. :b: Can we...
Franklin, You are correct. :b:

Can we figure out anything in sed.
40,329
Posted By manuswami
Print lines before and after pattern match
I am using Solaris, I want to print


3 lines before pattern match
pattern
5 lines after pattern match

Pattern is abcd to be searched in a.txt. Looking for the solution in sed/awk/perl. ...
1,720
Posted By manuswami
Use this
find /your/directory -name "customer*" -exec ls -lrt '{}' \; -print
Showing results 1 to 11 of 11

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