Search Results

Search: Posts Made By: digitalrg
857
Posted By digitalrg
Lines to Column conversion
Hi All,

I have a sample file with content:
[root@xyx1 tmp]# cat test1.txt
mahesh
suresh
anil
[root@xyx1 tmp]#
I need to get it like this:
m s a
a u n
h r i
e e l
s s
h h

Basically...
Forum: Linux 02-29-2012
5,397
Posted By digitalrg
Yes I reverted the value back to 99. and still...
Yes I reverted the value back to 99. and still not working.
Forum: Linux 02-28-2012
5,397
Posted By digitalrg
Hi Corona, Still no go...... :( ...
Hi Corona,

Still no go...... :(
Interestingly I found that this increases over a period of 4 hours 12:00 to 16:00 EST. I happen to see if any switch issues - no. any db/application traffic...
Forum: Linux 02-28-2012
5,397
Posted By digitalrg
Hi daWonderer, Changed this to 200 from 99...
Hi daWonderer,

Changed this to 200 from 99 and restarted eth, but still didnt work.
Any other pointers please?

Thanks,
RK
Forum: Linux 02-27-2012
5,397
Posted By digitalrg
High TCP segment retransmit rate
Hi All,

we have some 20 CentOS hosts which are experiencing high TCP segment retrasmit rate. I checked with network team if it is something to do with switch, they say there is no latency or...
2,532
Posted By digitalrg
Hi Beginer0705, If the output you have...
Hi Beginer0705,

If the output you have specified is content of the file called log2 then

$ cat log2 | grep -c AAA
19
$ cat log2 | grep -c BBB
10
1,153
Posted By digitalrg
Thank you all. Franklin please close this...
Thank you all.
Franklin please close this thread.
1,153
Posted By digitalrg
Space being trimmed off
Hi All,

I am facing a peculiar situation. I have an output from some commands as below
# cat /export/home/FPPCCYHT | head -1 | cut -d"'" -f2 | cut -d"'" -f1
LLM10 01 0100:0240
If i assign this...
7,374
Posted By digitalrg
# Get the 8 hours old date & time stamp ...
# Get the 8 hours old date & time stamp
Y_DAY=`/usr/bin/perl -le 'print scalar localtime (time() - 480*60);' `
Y_YR=`echo $Y_DAY | awk '{print $5}'`
Y_MON=`echo $Y_DAY | awk '{print $2}'`...
7,374
Posted By digitalrg
You can also do like this. touch a file xyz.txt...
You can also do like this.
touch a file xyz.txt which has time stamp 8 hours before by using per 1 liner (/usr/bin/perl -le 'print scalar localtime (time() - 480*60);' )
get this date & time to...
Forum: Solaris 05-24-2010
1,568
Posted By digitalrg
ip details for interface requests.
Hi amitranjansahu (https://www.unix.com/members/302055708.html),
Thank you for the help.
I got the solution. I should be using lsof package and the syntax is
lsof -i -nP | grep <port no.>

:b:
...
Forum: Solaris 05-19-2010
1,568
Posted By digitalrg
ip details for interface requests.
Hi All,

I have an interface port configured to a FBOL server. This port receives requests from various hosts. I want to know at any moment of time ip addresses of all those hosts from which the...
Forum: Solaris 02-22-2010
2,831
Posted By digitalrg
Thanks jlliagre, u are correct, i said only about...
Thanks jlliagre, u are correct, i said only about files but not the directories, which i discovered at the later stages that it was also a constraint. I shall look into switching to ZFS. Thank you...
Forum: Solaris 02-15-2010
2,831
Posted By digitalrg
Customizing UFS File System Parameters (System...
Customizing UFS File System Parameters (System Administration Guide: Devices and File Systems) - Sun Microsystems (http://docs.sun.com/app/docs/doc/817-5093/fsfilesysappx-20581?a=view)
says "The...
Forum: Solaris 02-12-2010
2,831
Posted By digitalrg
Files more than 60K
Hi All,

We have an application which is expected to create 12000 files per day. We have to archive files only after 6 days. As i know that maximum limit for files/directories to be created are...
5,254
Posted By digitalrg
thanku very much that works Iam oh hold by the...
thanku very much
that works Iam oh hold by the DB team to get the data recovered and then i will be able to work upon this.
If anything is there i shall extend the thread. Thanks again.
5,254
Posted By digitalrg
Thanks Franklin but iam getting an error ls -l...
Thanks Franklin but iam getting an error
ls -l | awk '/-/{s=$6$7;gsub("[:-]","",s);print "touch -t " s " "$8}' > test-1
awk: syntax error near line 1
awk: illegal statement near line 1
5,254
Posted By digitalrg
retouch file with old timestamp
Hi All,

I shall have to take only those files which are modified after a defined time. Make a list file which contains the timestamps of these files respectively. I have to ftp this to a solaris...
20,627
Posted By digitalrg
Hello All, I need to read charters position...
Hello All,
I need to read charters position from 55 to 50, 43 to 37, etc like these random but fixed for every line. Please help
1,629
Posted By digitalrg
Format txt file to CSV
Hi All,
I have a file with content
FLIGHT PLANS PRODUCED ON 26.08.2008(SORTED BY FPLAN NUMBER) RUN DATED 27/08/08 PAGE 1
...
7,292
Posted By digitalrg
search string and delete the line
Hi All,

I have a file from Mainframe which has one of the lines with so many words... i tried to fold, format to 80 chararcter.. stil did not work. So i have decided to search for a string in that...
4,539
Posted By digitalrg
Dear Zaxxon, thank you for reply but i have to...
Dear Zaxxon, thank you for reply but i have to enter every file header in the top and footer at the botom of the text...
4,539
Posted By digitalrg
Inserting Header and footer
Hi All,
I have several txt files i need to enter specific header and footer (both are separate) to all these files how can i do this? plz help..
Regards,
Raghav
5,518
Posted By digitalrg
Hi, awk '/STEP 1/,/STEP 2/' file will return...
Hi,
awk '/STEP 1/,/STEP 2/' file will return for all the occurances . if i want to get only 1st or second occuraces then what needs to be done....
5,518
Posted By digitalrg
Thanks Ghostdog, but the output has the STEP 2...
Thanks Ghostdog, but the output has the STEP 2 line which i dont want....
Showing results 1 to 25 of 41

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