Re: A Utility that creates .SFV (Simple File Verify)

2007-04-26 Thread robert_neville310
On Thu, 26 Apr 2007 08:10:14 -0400, "Larry Hall (Cygwin)" <[EMAIL PROTECTED]> wrote: >[EMAIL PROTECTED] wrote: >> I would like to develop a script that verifies check sums/crc found in sfv >> files. >> >> Sfv are used to verify whether downloads contain the same fingerprint as the >> files on

A Utility that creates .SFV (Simple File Verify)

2007-04-26 Thread robert_neville310
I would like to develop a script that verifies check sums/crc found in sfv files. Sfv are used to verify whether downloads contain the same fingerprint as the files on the server. Please let me know any cygwin-ports that may aid in verifying sfv. My Google search only returned these Unix to

Re: Renaming gotcha under FAT file system

2007-04-09 Thread robert_neville310
On Sat, 7 Apr 2007 11:11:39 +0100, "Dave Korn" <[EMAIL PROTECTED]> wrote: >On 06 April 2007 20:32, [EMAIL PROTECTED] wrote: > >> printf "mv %-200s \"%s\"\n" "-f \"$DIR/"$FILE"\"" "$DIR"/"$NEWNAME" >> >> doit.sh > >printf "mv %-200s \"%s\"\n" "-f \"$DIR/"$FILE"\"" "$DIR"/"$NEWNAME~" >>doit.sh > >p

Using dos2unix and attaching it to a while loop

2007-04-09 Thread robert_neville310
I am dealing with DOS text files and need to output DOS text files. This scenario is not about converting a file in DOS format to UNIX format; or read a file line by line. It relates to using Unix commands and manipulating a dos file and staying in a dos format How do you read each line in a whi

Renaming gotcha under FAT file system

2007-04-06 Thread robert_neville310
My Bash script renames file and folders from regular expression patterns found in a preset file. The patterns allow for complex renaming, yet sometimes it just converts the file name to title case. The script produces a separate file for executing the rename commands. printf "mv %-200s \"%s\"\n"

Re: Tab Completion and Typical Behavior

2007-03-20 Thread robert_neville310
On Tue, 20 Mar 2007 17:15:58 -0700, Brian Dessent <[EMAIL PROTECTED]> wrote: > ...are you in ~/bin when you try to tab-complete ./myscript.sh? If you > are in ~, then the path would be bin/myscript.sh, not ./myscript.sh. > (Does trying to complete the full path (~/bin/myscript.sh) work?) >> ~

Re: Tab Completion and Typical Behavior

2007-03-20 Thread robert_neville310
On Mon, 19 Mar 2007 17:24:48 -0400, "Larry Hall (Cygwin)" <[EMAIL PROTECTED]> wrote: >[EMAIL PROTECTED] wrote: >> I have a question about tab completion in the console window. The >> .bash_profile exports the right paths and the console performs tab >> completion. My scripts can be found in ~/bin.

Re: Tab Completion and Typical Behavior

2007-03-20 Thread robert_neville310
On Tue, 20 Mar 2007 10:13:59 -0500, Matthew Woehlke <[EMAIL PROTECTED]> wrote: >[EMAIL PROTECTED] wrote: >> I have a question about tab completion in the console window. The >> .bash_profile exports the right paths and the console performs tab >> completion. My scripts can be found in ~/bin. I can

Re: Tab Completion and Typical Behavior

2007-03-20 Thread robert_neville310
On Mon, 19 Mar 2007 15:20:33 -0700, Gary Johnson <[EMAIL PROTECTED]> wrote: >On 2007-03-19, [EMAIL PROTECTED] wrote: >> I have a question about tab completion in the console window. The >> .bash_profile exports the right paths and the console performs tab >> completion. My scripts can be found in

Tab Completion and Typical Behavior

2007-03-19 Thread robert_neville310
I have a question about tab completion in the console window. The .bash_profile exports the right paths and the console performs tab completion. My scripts can be found in ~/bin. I can tab out myscript.sh, but can not tab complete ./myscript.sh; or sh myscript.sh. Is this behavior normal? Can I cha

Re: Install Lame encoder under cygwin

2007-03-11 Thread robert_neville310
On Sat, 10 Mar 2007 21:06:16 -0600, "Yaakov (Cygwin Ports)" <[EMAIL PROTECTED]> wrote: >-BEGIN PGP SIGNED MESSAGE- >Hash: SHA256 > >[EMAIL PROTECTED] wrote: >> After a Google search, my results did not return a tutorial for >> installing lame. One cygwin thread mentioned compiling the lam

Install Lame encoder under cygwin

2007-03-10 Thread robert_neville310
I want to develop a simple script for converting wave files to mp3s using the lame encoder. I need too automate the process, which takes to much time with helper applications like iTunes (opening iTunes, import the wave files, convert them, populate the ID3 tags). The script would also take the fi

Cron Guidance

2007-03-02 Thread robert_neville310
Please let know if any guide exist for setting up the cron on Cygwin under Windows XP. I really need a primer with examples and a guide on tools editing the cron. My Google search gave me the start, yet I am hoping for some tips on best practices. In addition, I need to configure Cygwin with the cr

Setting up environment variables and paths for mySQL

2007-02-18 Thread robert_neville310
I am new to cygwin and need some assistance setting up environment variables and paths. My main goal is to use various mysql commands located in xamp\mysql\bin (like mysqldump and mysql). I could copy them to /cygwin/bin/, but it would create duplicate files. I would like to sync my production sit