Search Results

Search: Posts Made By: enginama
2,625
Posted By enginama
Thanks that fixed it. I really appreciate...
Thanks that fixed it.

I really appreciate everyone's help. :D
2,625
Posted By enginama
Awesome. So put into shell script and added for...
Awesome. So put into shell script and added for loop.
Seems to work on 2 files I tested it on, so looking promising.
Thanks to everyone for all their help.


#!/bin/bash
for file in *.html;
do...
2,625
Posted By enginama
tried updated awk command. same effect, 'file'...
tried updated awk command. same effect, 'file' was still empty, no error messages either.
tried the sed line but getting Bash:permission denied error.
Below is a line of the code in one of the...
2,625
Posted By enginama
ok created sh script and placed it in directory...
ok created sh script and placed it in directory with a single html file which had multiple occurences of gif and jpg's.

copied in the below code to the sh file as below:
for file in *.html
do
...
2,625
Posted By enginama
Insert folder name in text string
Hi,

I am trying to organize a badly constructed web server. Basically every file is in public_html which is horrendous. There's about 50 images and 20 html files (not counting the css files and...
Showing results 1 to 5 of 5

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