Search Results

Search: Posts Made By: peage1475
6,574
Posted By peage1475
Ok so I finally got it all working except for the...
Ok so I finally got it all working except for the part on how to read from the command line. I do not know what I am supposed to do, or even begin to start on how to do it. Can you help please? thanks
6,574
Posted By peage1475
Yeah that does help, and thank you so much for...
Yeah that does help, and thank you so much for helping me. However I think that another reason it is not working is that I am not using the cat | read correctly. I created a file that contains a path...
6,574
Posted By peage1475
ok here is what I am trying but it does not seem...
ok here is what I am trying but it does not seem to work correcty
cat test1 | while read path
do
if cmp -s $path ./public_html/index.html
then
echo $path >> files
else
echo "working..."
fi...
6,574
Posted By peage1475
Thanks alot, and I would much rather learn myself...
Thanks alot, and I would much rather learn myself than be spoon fed since I like this kind of stuff. Thanks again and I will see what I can do.

---------- Post updated at 07:19 PM ----------...
6,574
Posted By peage1475
Here is my code that I have written so far: ...
Here is my code that I have written so far:


find ./*grad*/*/public_html/index.html -newer /etc/skel/local.cshrc > undergrad1/peage/files

cd

cat files | sed 's#\./grad[1-5]/#\<p\>\<a...
6,574
Posted By peage1475
String editing using sed? awk?
1. The problem statement, all variables and given/known data:

Problem Statement for project:

When an account is created on the CS Unix network, a
public html directory is created in the...
Showing results 1 to 6 of 6

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