Re: files and directories with spaces in bash script

2007-03-26 Thread Robin Doer
Karthik Vishwanath schrieb: > Hello, > > I am trying to write a script to organize/sort my music collection. All > of my music is arranged as Artist/Album folders with tracks within them, > and most of these names have spaces (if not other strange characters). > The script I am trying to get worki

Re: translating web pages

2004-11-22 Thread Robin Doer
Ray Olszewski ([EMAIL PROTECTED]) schrieb: > Relative to your comments, James, I fear I can only echo your lack of > success. I recently was investigating, specifically, English-Spanish > translation. While I did find a couple of Linux apps that function at the > dictionary level ... translating wo

Re: Zipping files listed in a file

2004-10-19 Thread Robin Doer
ACario ([EMAIL PROTECTED]) schrieb: > > Hi, > For backup purpose, I'd like to zip all files of a folder that have been > modified or created since a given date. I get the wanted list files by > running "find myrep -anewer aFileWithGivenDate". Now how can I pass this > list of files to the "zip" com

Re: Mutual Exclusion in Kernel

2004-10-06 Thread Robin Doer
possible. Thus you can control the access to a resource in different levels. Am Mittwoch, 6. Oktober 2004 10:55 schrieben Sie: > but this is like semaphore? > > thanks again > > ankit > > --- Robin Doer <[EMAIL PROTECTED]> wrote: > > Good morning! > > >

RE: Mutual Exclusion in Kernel

2004-10-06 Thread Robin Doer
Good morning! Ankit Jain ([EMAIL PROTECTED]) schrieb: > > hi > > what is spin lock? http://en.wikipedia.org/wiki/Spin_lock aka "busy waiting". A thread is polling until says "ok" and the thread continues working. > > thanks > > ankit Have fun, Robin - To unsubscribe from this list: send the

Re: bash_logout -> KDE

2003-07-20 Thread Robin Doer
Hello! Am Samstag, 19. Juli 2003 21:37 schrieb ramzez: > Hi friends... > > How do I can always execute some script just before logout from any > KDE session (just like .bash_logout in text mode)? > > thanks Well, It depends, like so often, on the display manager you are using. For example xdm s

Re: How can I login with ssh in bash shell ?

2003-06-24 Thread Robin Doer
Am Dienstag, 24. Juni 2003 17:05 schrieb [EMAIL PROTECTED]: > Hi gurus, > > I wanna login to my server with ssh command in bash shell. > I found a script that login to a server with ftp command in bash shell. > > [...] > -- > > so I made a simple script(simple.sh) be

Re: Search tool

2003-02-28 Thread Robin Doer
> I am trying to write a program in c to be able to search a file > for any pattern which will be given by the user at > runtime.Basically a search tool. > Could someone suggest a good way of doing this.I've heard of lex > and yacc and also awk.Which one is better or is there any other > option. I

Creation of VCD slideshows

2003-01-24 Thread Robin Doer
Hi list! I'm looking for software to create a picture-slideshow in (S)VCD-format. For Win* there are some: VCDEasy, tvCD, DVD Picture View... Ok, I found a solution using VCDImager. But it is not really comfortabe. Does somebody know a good / easy to use solution? Thanks, Robin - To unsubscrib

Re: Project management

2002-12-02 Thread Robin Doer
Paul Kraus wrote: > Are there any good professional level project management tools for > Linux? I guess, you're looking for a versions system. Try CVS http://www.cvshome.org/ - To unsubscribe from this list: send the line "unsubscribe linux-newbie" in the body of a message to [EMAIL PROTECTED] Mor

Re: iptables or ip6tables firewall

2002-11-21 Thread Robin Doer
Am Donnerstag, 21. November 2002 02:45 schrieb r4mz3z: > Hi friends... > I was going to make a firewall (just learning) when I see that in > RedHat7.3 not only there are iptables daemon, ip6tables daemon too. > > Which is the diference between iptables and ip6tables and which is better > to mak

Re: breaking up a zip file

2002-10-01 Thread Robin Doer
Paul Furness wrote: > I seem to remember seeing somewhere a handy Linux prog that will take a > gz or zip file, and re-package it into a number of smaller zip files. I > don't remember the command, but it was used something like: An easy way to split a file into several pieces is 'split'. You can

Re: Who's using my files?

2002-07-12 Thread Robin Doer
Am Freitag, 12. Juli 2002 12:49 schrieb Paul Furness: > A while ago I sort of remember seeing mention somewhere of a prog that > tells you who is using what files in a given directory tree. > > > Does anyone else know about this? What is it called? Has it been here > all along and I just never sa