Sponsored Content
Full Discussion: Whats Behind Your Name?
The Lounge What is on Your Mind? Whats Behind Your Name? Post 56761 by L33ts on Monday 11th of October 2004 08:15:48 AM
Old 10-11-2004
well, im new to the forum..
and.. here's where my name came from.. actually... l33ts... is ST33L written backwords... that's my usual nick.. but actually i do like more l33ts
 

9 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Whats does this mean

Found this piece of code written in ksh. I have no ideas what do the stuff like ${SRF##*\.} do. SUFFIX=${SRF##*\.} if ; then SUFFIX="" fi I have encountered similar expressions in other programs also. Any pointers on where to learn more about these... (1 Reply)
Discussion started by: jyotipg
1 Replies

2. Post Here to Contact Site Administrators and Moderators

Whats the go?

woofie, Your posts are being deleted because your use of profanity. I am close to changing your status to read only. In fact, if you argue with the mods again, I will ban you from these boards. Neo (1 Reply)
Discussion started by: Neo
1 Replies

3. Shell Programming and Scripting

whats the difference between $* and $@

Hi, whats the difference between $* and $@ in command line arguments to a shell scripts (3 Replies)
Discussion started by: pbsrinivas
3 Replies

4. Shell Programming and Scripting

tell me whats wrong in this?

#! /bin/bash head -5 $1 echo "remove $1 ?" read answer if then echo invalid answer elif rm $1 echo "$1 is deleted" elif then echo file is not deleted else echo "invalid answer" fi What i really want this to do is to ask to delete the file or not..it says something wrong... (1 Reply)
Discussion started by: nadman123
1 Replies

5. Shell Programming and Scripting

tell me whats wrong with this

#! /bin/bash USAGE=" | ] if then echo "$USAGE" exit 1 fi while getopts lb: OPTION do case $(OPTION)in a) echo Hi there! exit 2;; b) echo hello o) OARG=$OPTARG;; \?)echo "$USAGE" ;; exit 2;; esac done shift `expr... (1 Reply)
Discussion started by: nadman123
1 Replies

6. Shell Programming and Scripting

whats this NAME=${0##*/}

hi all, i found NAME=${0##*/} in a script. i given this coomand in my unix box(presently in ksh). echo ${0##*/} it returned ksh. the purpose of the above is to return the shell name or more than that. do you have any more information like this, please share with me. one more query... (7 Replies)
Discussion started by: Arunprasad
7 Replies

7. Shell Programming and Scripting

##*_ - whats this?

Hi all, could you please tell me whats this stands ##*_ 0##*/ i knew this alone if some more is there please tell me that also. (3 Replies)
Discussion started by: Arunprasad
3 Replies

8. UNIX for Dummies Questions & Answers

whats wrong with this?

can anyone tell me why this code doesn't work how its supposed to, its the hangman game but it doesn't play how its supposed to #!/bin/bash NoAttempts="0" livesgiven="5" LivesRemain=$livesgiven LettersAttempted="" wordfile=words numwords=0 function menu() { clear cat << menu... (1 Reply)
Discussion started by: ferrycorsten73
1 Replies

9. Homework & Coursework Questions

Whats wrong with the following

Use and complete the template provided. The entire template must be completed. If you don't, your post may be deleted! 1. The problem statement, all variables and given/known data: ls -ld htdocs drwxr-x--- 3 root root 8192 2006-11-19 10:41 htdocs How would a host administrator... (1 Reply)
Discussion started by: Larry_1
1 Replies
MSN(2)								  msn User Manual							    MSN(2)

NAME
msn - An opensource Python implementation for the MSN messenger protocol version 8 SYNOPSIS
msn [profilename] DESCRIPTION
This manual page documents briefly the msn command. This manual page was written for the Debian distribution because the original program does not have a manual page. msn is a program intended to be used as a proof of concept for the msnlib functions. It shows some of the capabilities of the library. When a profilename is passed as parameter, msn will use that profile account information (previously configured and stored by msnsetup) to connect. COMMANDS
The program has a builtin command "help" which shows the latest list of commands available for the program. Below is the complete list of commands available. In most cases, when you are asked for a nick, you can alternatively enter the email. This makes it easier to handle people with weird or long nicks. status [mode] Shows the current status, or changes it to "mode", which can be one of: online, away, busy, brb, phone, lunch, invisible, idle q Quits the program. w Prints your entire contact list. Contacts connected are highlighted in bold. ww Prints your entire contact list, including email addresses. wn Prints your entire contact list, including real nicknames. wr Prints your reverse contact list (this is simply the list of all the people who have you on their contact list). wd Prints the differences between your forward and reverse lists. e Prints your online contacts. ee Prints your online contacts, including email addresses. eg Prints your online contacts with the groups. en Prints your online contacts, including real nicknames. h Shows your incoming message history. This is a list of the last N messages that you received. The amount is configurable with the directive "input history size" in the msnrc file, which defaults to 10. add email [nick][groupname] Adds the user "email" with the nickname "nick" to the group "groupname". del nick Deletes the user with nick "nick". ren nick newnick Renames the user with nick "nick" to appear as "newnick". info [nick] Without parameters shows your personal info. If a nick is passed as parameter, shows the user information and pending messages (if any). It also includes some advanced information (like the server socket or tid). lignore [nick] Locally ignores the user, or displays the locally ignored users list. This makes the messages coming from the user not to be displayed, but they are still logged so you can see them later. lunignore nick Removes a user from the locally ignored users list. block nick Blocks a user. unblock nick Unblocks a blocked user. g Shows the groups list. gadd gname Adds the group "gname". gdel gname Deletes the group "gname". Note that all the users in the group will be deleted too. gren old new Renames the group "old" with the name "new". color [theme] Shows the available color themes, or sets the color theme to "theme". close nick Closes the switchboard connection with "nick". There is no need to use this command and is included just for advanced users and debugging. config Shows the configuration, in the internal representation, along with other special automatic variables. This means that many commands and values won't have the same format; for instance, instead of 'yes' you will often see a "1". This command is mostly exclusively included for bug reporting. info [nick] Shows the user information and pending messages (if any), or your personal info. nick [newnick] Changes your nick to "newnick", or shows your current nick. privacy p a Sets whether to accept messages from people who is not on your list (p) and require authorization (a). m nick text Sends a message to "nick" with the "text". The standard and most practical way of sending a message. Tab completion expands to this. a text Sends a message with "text" to the last person you sent a message to. r text Sends a message with "text" to the last person that sent you a message. invite nick1 to nick2 Invites nick1 into the chat with nick2. FILES
${HOME}/.msn/msnrc The default configuration file for the account information, stored by msnsetup. ${HOME}/.msn/msnrc-{profilename} The configuration file for a specific profile name that stores that account information, chosen by the user and stored by msnsetup. DIAGNOSTICS
The following diagnostics may be issued on stderr: Bad configuration file. Exiting. The configuration file seems to contain a broken configuration line. Use the --verbose option, to get more info. msn provides some return codes, that can be used in scripts: Code Diagnostic 0 Program exited successfully. 1 The configuration file seems to be broken. BUGS
Comments and patches are always welcome; please send them to albertito@blitiri.com.ar Further information on how to report a bug can be found inside the documentation directory, in the file 'reporting_bugs'. SEE ALSO
msnsetup(2) AUTHOR
Julia Palandri <julia.palandri@gmail.com> Wrote this manpage for the Debian system. COPYRIGHT
Copyright (C) 2011 Julia Palandri This manual page was written for the Debian system (and may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 or (at your option) any later version published by the Free Software Foundation. On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL. msn 12/18/2011 MSN(2)
All times are GMT -4. The time now is 02:39 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy