Search Results

Search: Posts Made By: mauler123
21,201
Posted By mauler123
Thanks sorry it took so long to respond. That is...
Thanks sorry it took so long to respond. That is a big help. Also I just used sleep and set a default time interval of 10 minutes.
21,201
Posted By mauler123
Run script in the background with a time interval
I have a script I want to run in the background, and I have looked it up but I am not exactly sure how to do. First of all to run it in the background do you have to put something in the script or...
7,674
Posted By mauler123
Thanks a bunch. If I have any other questions I...
Thanks a bunch. If I have any other questions I will be sure to ask.
7,674
Posted By mauler123
Finding users logged on time and space useage
I need to find what users are currently logged onto the system that is easy just a simple who | awk '{ print $1 }' (thats all I need for the part), but I also need to find how long they have been...
7,660
Posted By mauler123
Except I have to use the kill command. One of...
Except I have to use the kill command. One of those pesky requirements.

EDIT: Sorry I didn't see your explanation at first. Thanks a bunch that was giving me a somewhat hard time. I'm fairly...
7,660
Posted By mauler123
kill itself
Hey I need to write a script that can kill itself. I have to use the command kill within it.

So I have gotten my head around to that I need to use ps to get the PID but I have no idea how to...
5,946
Posted By mauler123
Thanks for the info. I used a cat and just read...
Thanks for the info. I used a cat and just read the file first first so I knew exactly what I needed to replace beforehand, which is why what I used worked.

All of the other information was a lot...
5,946
Posted By mauler123
Nevermind I figured it out I did cat...
Nevermind I figured it out I did


cat addresses.txt | \sed -e 's/Ave./Avenue/' | \sed -e 's/St./Street/' | \sed -e 's/E./East/' | \sed -e 's/Ter./Terrace/' > addresses4.txt


and that worked...
5,946
Posted By mauler123
Sed replacing words with abbreviations
I really hate to do this, but I am completely stumped. I have to create a sed script that will change the abbreviations in a file to the full word. I really just have no idea where to start. All I...
Showing results 1 to 9 of 9

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