The UNIX and Linux Forums  


Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
.
google unix.com



Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here.

More UNIX and Linux Forum Topics You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
Loop question ??? skyineyes Shell Programming and Scripting 2 12-18-2008 01:00 AM
loop question aliahsan81 Shell Programming and Scripting 5 11-21-2008 04:46 PM
For Loop Question msb65 Shell Programming and Scripting 4 08-27-2008 04:36 AM
while loop question stepnkev Shell Programming and Scripting 2 06-01-2007 10:51 AM
Loop question strike Shell Programming and Scripting 18 04-13-2005 11:24 AM

 
English Japanese Spanish French German Portuguese Italian Dutch Swedish Russian Norwegian Hungarian Hebrew Danish Bulgarian Greek Powered by Powered by Google
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
Prev Previous Post   Next Post Next
  #1 (permalink)  
Old 03-09-2009
kp400sf kp400sf is offline
Registered User
  
 

Join Date: Jun 2008
Posts: 5
Question Sample FOR loop question

This sample script should obtain a list of files in my home directory:

#!/bin/bash
# Manipulate files and copy to my home directory
#
for FILE in $HOME/.bash*
do
cp $FILE ${HOME}/public_html
chmod a+r ${HOME}/public_html/${FILE}
done

Unfortunately it only produces an error:

-bash-3.2$ ./fileloop.sh
chmod: can't access /students/kporte01/public_html//students/kporte01/.bash_history
chmod: can't access /students/kporte01/public_html//students/kporte01/.bash_profile
chmod: can't access /students/kporte01/public_html//students/kporte01/.bashrc

Running the script in debug mode, the result is:

-bash-3.2$ ./fileloop.sh
+ for FILE in '$HOME/.bash*'
+ cp /students/kporte01/.bash_history /students/kporte01/public_html
+ chmod a+r /students/kporte01/public_html//students/kporte01/.bash_history
chmod: can't access /students/kporte01/public_html//students/kporte01/.bash_history
+ for FILE in '$HOME/.bash*'
+ cp /students/kporte01/.bash_profile /students/kporte01/public_html
+ chmod a+r /students/kporte01/public_html//students/kporte01/.bash_profile
chmod: can't access /students/kporte01/public_html//students/kporte01/.bash_profile
+ for FILE in '$HOME/.bash*'
+ cp /students/kporte01/.bashrc /students/kporte01/public_html
+ chmod a+r /students/kporte01/public_html//students/kporte01/.bashrc
chmod: can't access /students/kporte01/public_html//students/kporte01/.bashrc

Hmmm... what did I miss?
 

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




All times are GMT -4. The time now is 11:17 PM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited. Language Translations Powered by .
vBCredits v1.4 Copyright ©2007 - 2008, PixelFX Studios
The UNIX and Linux Forums Content Copyright ©1993-2009. All Rights Reserved.Ad Management by RedTyger

Content Relevant URLs by vBSEO 3.2.0