First  |  Prev |  Next  |  Last
Pages: 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
NEWBIE: how exclude files in ftp
On Jun 14, 1:05 pm, Michael Vilain <vil...(a)NOspamcop.net> wrote: In article <ade391fd-f5d3-420d-90f0-22dbcd500...(a)k39g2000yqd.googlegroups.com>,  Atropo <lxvasq...(a)gmail.com> wrote: Hi all,  I'm on solaris 5.10 and trying to get several files from windows server, but with the condition that the fi... 4 Jul 2010 10:05
Launch and exit the browser
Hi All, I need to browse some URLs in browser. Here I am having 600+ URLs to browse. I have written a shell script to do this but the script is not working properly. Here is my script. #!/bin/bash if [ -z "$1" ] then printf "Provide input text file to process the URLs\n" exit 0 fi { for i in `cat $1` ... 17 Jun 2010 16:45
NEWBIE: how exclude files in ftp
Hi all, I'm on solaris 5.10 and trying to get several files from windows server, but with the condition that the files do not have the extension ".par" (partial or being processed). help mget is not very helpful. ... 14 Jun 2010 19:36
Question about CDPATH in bash...
I was having problems with CDPATH, until I worked out (on my own, then confirmed in the man page) that in order for things to work normally, you have to have "." in your CDPATH. For example: export CDPATH=.:$HOME Otherwise, normal "cd" commands in scripts (e.g., cd foo) don't work. Now, two comments: 1) I... 14 Jun 2010 07:19
patches and tarballs
With some software, like apache and a few others, I don't use a distro package, I get the upstream tarball and hack the code to make my own local patches, to better integrate it with my environment. I may also use some distro patches, if they seem applicable to my needs. Organizing, maintaining, and merging th... 14 Jun 2010 06:15
Cheap wholesale 2010 World Cup jerseys by paypal and free shipping
2010 world cup Brazil jerseys,paypal payment and free shipping http://picasaweb.google.ca/113858744773724803250/ 2010 world cup England jerseys,paypal payment and free shipping 2010 world cup France jerseys,paypal payment and free shipping http://picasaweb.google.ca/113858744773724803250/ 2010 world cu... 12 Jun 2010 22:36
importing functions from an external bash script
Hi all, I'm trying to import some functions I have saved in a file named functions.sh into a different script (protocol.sh). Can anybody show me how to do this? I tried source functions.sh as I would do at the terminal but source command cannot be found from within the script protocol.sh. thanks in advance, ... 12 Jun 2010 17:05
An instructive example of trace-function and some example of debugging
On Jun 10, 1:27 pm, bolega <gnuist...(a)gmail.com> wrote: An instructive example of trace-function and some example of debugging, for example, some of the error that pops up in lower window of emacs and how to read/interpret it. Alternatively, a link to some page or elisp manual but I am sure an expert here w... 14 Jun 2010 04:05
"Why Scripting Is Evil" -- comments?
Is all that FAST/ObjecTime/TestMaster/TAU/UBET/etc related to UML (Unified Modelling Language)? All of this anti-scripting remembers me to a man directing his project, where a lot of time was spent doing UML diagrams, unit tests for everything... He didn't want a single line of python in his project. These thi... 12 Jun 2010 14:52
Bash Shell escapes not working via Putty ssh?
why is it that echo -e '\[1;34m'; echo "this is blue" prints "this is blue" in blue but only if I type it in my Console window? If I type it in my Putty window it prints it in black and if I ssh through a console connection and type it the results are weird. ... 18 Jun 2010 06:57
First  |  Prev |  Next  |  Last
Pages: 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25