Search Results

Search: Posts Made By: afroCluster
4,507
Posted By afroCluster
Wow, well I need to hit the books.
Wow, well I need to hit the books.
4,507
Posted By afroCluster
Yea, it looks that way, but it worked. I just...
Yea, it looks that way, but it worked. I just removed the -r from in front of the cp commands.

I'm always trying to learn though. Are those awk scripts?
4,507
Posted By afroCluster
Trouble with a file path as awk output in for loop
When I run the following command in the shell it works fine. It prints a city name and then a path for a file.


~$ for i in `awk -F':' '{print $0}' /home/knoppix/Desktop/data/subs | grep -m 1 $...
3,276
Posted By afroCluster
Text editing script does everything but edit text.
I wrote this script to create and edit a large number of websites based on a template site and a collection of text files which have the relevant strings in them delimited by colons. I run it and the...
13,207
Posted By afroCluster
Shell scripting and ls -1 problem
Hey, I'm running knoppix and I'm trying to run a shell script to change multiple lines of text in multiple files

#!/bin/sh
for i in 'ls-1 test'
do
sed 's/bob/manny/'g $i > $i.0
mv $i.0 $i...
Showing results 1 to 5 of 5

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