Displaying 2 results from an estimated 2 matches for "file_or_dir".
2003 Oct 22
1
Feature Request - Recursive Rsync Parameter - Example Script
...echo "lrsync: rsync $rsync_no_r_options $source_path_parm/* $dest_path_parm/."
rsync $rsync_no_r_options $source_path_parm/* $dest_path_parm/.
else
rsync $rsync_no_r_options $source_path_parm/* $dest_path_parm/.
fi
# Walk through the directories at this level.
for file_or_dir in $directory_object
do
if [ $remote_dest_host ]
then
if [ $test_run ]
then
echo "lrsync: rsh $remote_dest_host mkdir $dest_path_parm/$file_or_dir"
else
# If host is remote, make directory on remote host via rsh
rsh $remote_dest_...
2007 Mar 06
10
Windows rspec "gem install win32console"
Hi,
Hi I am trying to use RSPEC on windows and i keep getting the following
error
"You must gem install win32console to use colour on Windows"
I have installed this Gem but i am still getting the same error. The
file that error is coming from is:
C:\ruby\lib\ruby\gems\1.8\gems\rspec-0.8.2\lib\spec\runner\formatter\base_text_formatter.rb
Do i need to put this line of code in? Where