Search Results

Search: Posts Made By: hawaiifiver
1
sed
1,581
Posted By hawaiifiver
sed
Hi all

I wrote this script to substitute new text for old text in a number of files
aaaargh been at it now for two hours. its still not working. Any idea where i am going wrong here. thanks

...
7,182
Posted By hawaiifiver
Kill processes
for i in 'ps -f | grep textedit'
do
kill $i
done
I wrote this but it wont work.
I am trying to find processes and kill them.

Any help would be welcome.
2,332
Posted By hawaiifiver
Directory Permissions
Hi all.

Only one of the following makes any kind of sense as a possible permission field for a UNIX file. Which one?

--w-------
----rwxrwx
-r--------
--rwx-----
----r-----...
2,158
Posted By hawaiifiver
Multiple lines into one line
Hi all

I have a file with these lines

good
gone
home

What code do you need to put this on one line like this

good gone home
2,312
Posted By hawaiifiver
Search Engine
How do you write a search engline to search offline scripts?
Showing results 1 to 5 of 5

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