Would the following command remove ../../Templates/ from all files in the /home/devicsil/public_html/Templates directory?
for file in ls /home/devicsil/public_html/Templates ; do sed -e 's/..\/..\/Templates\///g' "$file" echo ---------------------------------------------------------------- done ----- Mike Hammett Intelligent Computing Solutions http://www.ics-il.com -------------------------------------------------------------------------------- WISPA Wants You! Join today! http://signup.wispa.org/ -------------------------------------------------------------------------------- WISPA Wireless List: [email protected] Subscribe/Unsubscribe: http://lists.wispa.org/mailman/listinfo/wireless Archives: http://lists.wispa.org/pipermail/wireless/
