PLEX86  x86- Virtual Machine (VM) Program
 Plex86  |  CVS  |  Mailing List  |  Download  |  Linux  |  Newsgroups

Xchat : How to ignore another IRC user


Your Ad Here

Your Ad Here

Aragorn

Numlock Style 1022
On Thu, 27 Apr 2006 16:33:06 -0000, Thomas privatesey staggered into the Black Sun and said: Yesterday, the only Linux machine...

If I'm not mistaken (and I may be), placing a dot-period (.) in front of a forward slash (-) just tells the command it's the *current-working-directory*...just as a (..) would mean the *parent* directory.

This technique is very useful when deleting files using the 'rm' command;

Filenames that begin with a hyphen (-) are a pain to rm - so the answer is one of two options;

Use one of these; $ rm -- -Filename or $ rm .--Filename

see $ man rm

To remove a file whose name starts with a `-', for example `-foo', use one of these commands:

rm -- -foo

rm .--foo

The ' .' designates the current directory. The 'rm --' preceding the hyphened filename tells the command 'rm' to stop looking for command 'options'.

Note; the ' .' can be used (everywhere?) - across platform 'shell' types(?) perhaps (csh, ksh, bash, ash), while the (--) is not necessarily POSIX compliant only(?). Sorry - very vague on the specifics of that one. One of the Linux scripting Gurus will hopefully stop in and correct my mistakes...thanks

Numlock Style 1021
On 26 Apr 2006 11:39:39 -0700, Mustang staggered into the Black Sun and said: "Windows style" doesn't tell us much. When something is behaving in way...

I only bring this up, because I'm unfamiliar with IRC and stuff, and I would *suspect* perhaps using ("...") *Quotations*(?) might be best (if it works), since a leading (-) such as -comand-line-words (can possibly be used to either intentionally, or inadvertantly, designate a share on another host(?)).



Your Ad Here

List | Previous | Next

Numlock Style 1021

Linux groups from Newsgroups

The #1 Usenet Provider on the Internet

configuring sendmail to accept verification for other server