Search Results

Search: Posts Made By: Paarth
2,683
Posted By Paarth
This Means replace everything except values from...
This Means replace everything except values from a-z and A-Z with nothing .
2,683
Posted By Paarth
ok then try this echo '12#abcd!@' | sed...
ok then try this
echo '12#abcd!@' | sed 's/[^a-zA-Z]*//g'
2,683
Posted By Paarth
This may help :) echo '12#abcd!@' | sed...
This may help :)
echo '12#abcd!@' | sed 's/[0-9]*//g'
2,683
Posted By Paarth
Try this : echo abcd123 | sed 's/[0-9]*//g'
Try this :

echo abcd123 | sed 's/[0-9]*//g'
7,184
Posted By Paarth
Try this
Try this

date -d "-$(date +%d) days +2 month" +%m%d%Y
Forum: Linux 12-26-2012
5,371
Posted By Paarth
Hi , Yes , i know its a bad programming...
Hi ,

Yes , i know its a bad programming practice but i was trying to find it out on bash , may be its not available on bash .

I am sure , if / else will solve this .

Thank You :)
Paarth
Forum: Linux 12-26-2012
5,371
Posted By Paarth
Hi bipinajith...
Hi bipinajith (https://www.unix.com/members/302107092.html),

Thanks for yur response but i want to move to line of code of 34 , i am doing a lot of calculations in command 1 and command 2 , I just...
Forum: Linux 12-25-2012
5,371
Posted By Paarth
Go to a line of code , skip few lines of code
Hi ,

I have a code where i am using a infinite while loop . some thing like below


while [ 2 -gt 1 ]
do

if [ logic ]
then
#go to line 20

fi
command 1;


command 2;

#line 20:...
17,442
Posted By Paarth
Try using the below code : find . -type d...
Try using the below code :


find . -type d -exec ls -ld {} \; | awk '{print $3,$9}' | grep -v oasitqtc

It should give you desired output

However better code will be with egrep as states...
4,033
Posted By Paarth
please give the absolute path of this script...
please give the absolute path of this script racclimx.sh and then try running your script .
4,033
Posted By Paarth
Try making the entry as following : 0 0 * *...
Try making the entry as following :

0 0 * * 1 sh /home/omc/munir/raccli_rnc.sh

Also first try running the script without cronjob by just running the following command :

sh...
26,321
Posted By Paarth
vi : Line too Long Error
Hi !

I am woking on Solaris 5.10 and face a problem sometimes when i try to open files in the vi editor .

Sometime when the file is big i am not able to view the file in vi and i get the error...
Forum: Solaris 05-01-2010
3,923
Posted By Paarth
Request someone s help in solving my doubts .... ...
Request someone s help in solving my doubts ....

Very much Thanks in Advance ...
Forum: Solaris 04-30-2010
3,923
Posted By Paarth
okay ! Thanks for such a great idea Sir :) ...
okay ! Thanks for such a great idea Sir :)


Any ways I will be so thankful to you if you can please explain me How can i find that from where the Server is using virtual memory i.e. which...
Forum: Solaris 04-30-2010
3,923
Posted By Paarth
PLease find below Output .... Sorry for...
PLease find below Output .... Sorry for inconvenience ,i am new on the forums ...

swap -s
total: 28946352k bytes allocated + 3414784k reserved = 32361136k used, 3885104k available

vmstst 5 5...
Forum: Solaris 04-30-2010
3,923
Posted By Paarth
swap -s total: 28946352k bytes allocated +...
swap -s
total: 28946352k bytes allocated + 3414784k reserved = 32361136k used, 3885104k available



vmstst 5 5

kthr memory page disk faults cpu
r...
Forum: Solaris 04-30-2010
3,923
Posted By Paarth
Server RAM Usage checkup & support
Hi RAM of my system is 24 GB however when i checked the processes pids and counted the memory usage by pmap i found out that the total memory usage is 36 GB

It s obvious that my system might be...
Forum: Solaris 03-20-2010
30,484
Posted By Paarth
Yes you are correct my server memory is not much...
Yes you are correct my server memory is not much , also i can t allocate more swap space .

As menioned by you i have already checked the processes which take more memory and have killed them ..
...
Forum: Solaris 03-20-2010
30,484
Posted By Paarth
Earlier problem only used to occur after the...
Earlier problem only used to occur after the backup was complete .

Currently i am not backing up the server but the /tmp is becoming full and when we are running the many processes on the server...
Forum: Solaris 03-20-2010
30,484
Posted By Paarth
Releasing the swap space Solaris
Hi Guys !

I have found this problem many times that the swap space (/tmp space more precisely )of my Server becomes full specially when i run a complete back up of the server .

once the /tmp...
Forum: Solaris 03-20-2010
22,384
Posted By Paarth
Releasing the swap space Solaris
Hi Guys !

I have found this problem many times that the swap space (/tmp space more precisely )of my Server becomes full specially when i run a complete back up of the server .

once the /tmp...
Showing results 1 to 21 of 21

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