[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
RE: Bash script help
- From: "Ben Yau" <byau cardcommerce com>
- To: <redhat-list redhat com>
- Subject: RE: Bash script help
- Date: Fri Feb 6 17:41:02 2004
>
>
> Hi,
>
> I want to write a bash script to copy my bookmarks, addressbook and
> mbox files from Mozilla on Linux to Mozilla on Windows. I started with
> this but it keeps giving me a Permission denied error.
>
Have you run the commands manually (outside of the script) to see if it
works?
You can also use the "-x" after the shell declaration and the script will
give you verbose output and tell you everything it is doing as it's going..
That might help you nail down where the problem is.
#!/bin/sh -x
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]