Search Results

Search: Posts Made By: foxtron
2,592
Posted By foxtron
Thanks a lot skmdu, it worked!
Thanks a lot skmdu, it worked!
2,592
Posted By foxtron
grep/awk/sed?
Thread1 {
x = 2
y = 10485
}
Thread2 {
x = 16
y = 1048
}
Thread3 {
x = 1
y = 1049
}
Thread4 {
x = 4
y = 1047
z = 500
}

Suppose the above is a...
3,035
Posted By foxtron
.forward for forwarding emails
Hi,

I want to forward my emails to a different email account on Unix. I created a .forward file with just one line in it.
forward_to@yahoo.com
The emails are not getting forwarded to the...
2,226
Posted By foxtron
Thanks for your help. I used cat date.txt | xargs...
Thanks for your help. I used cat date.txt | xargs date and it works.
2,226
Posted By foxtron
send output of a file as input for changing date
Hi,

Please help me out on this one.

I want to send the output of a file as input for changing the date using date command.
Example, i have a file date.txt whose contents are 081014462009...
16,321
Posted By foxtron
watch command
Hi,

Please help me out!

In the man pages they dont talk about any options that can be used to terminate a running 'watch' command. Do you know a way of terminating the command using an...
17,980
Posted By foxtron
Thanks a lot
Thanks a lot
17,980
Posted By foxtron
Send output of grep as input of kill command
I would appreciate any help.

I need to run 'ps -ef | grep 'process', get the process id and kill that process.

I have got this far:
- Get pid using ps -ef | awk '/process/{ print $2}'
after...
Showing results 1 to 8 of 8

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