Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

cas(1) [posix man page]

CAS(1)								  aMule utilities							    CAS(1)

NAME
cas - c aMule statistics SYNOPSIS
cas [-o] [-p] [-c <path>] cas [-h] DESCRIPTION
cas is a program for displaying the contents of your aMule online signature file to console (in a human readable form). For this to work, you must enable the "Online Signature" option in aMule's preferences. [ -o, --picture, -P ] Writes the online signature picture. You can optionally append =<PATH> to this option, to specify the location it should be written to. [ -p, --html, -H ] HTML page with stats and picture. You can optionally append =<PATH> to this option, to specify the location it should be written to. [ -c <path>, --config-dir=<path> ] Read config from <path> instead of home [ -h, --help ] Prints a short usage description. Without any options, it prints online signature data to stdout. cas was written by Pedro de Oliveira <falso@rdk.homeip.net> FILES
~/.aMule/casrc stat.png tmp.html REPORTING BUGS
Please report bugs either on our forum (http://forum.amule.org/), or in our bugtracker (http://bugs.amule.org/). Please do not report bugs in e-mail, neither to our mailing list nor directly to any team member. COPYRIGHT
aMule and all of its related utilities are distributed under the GNU General Public License. SEE ALSO
amule(1), wxcas(1) AUTHOR
This manpage was written by Vollstrecker <amule@vollstreckernet.de> cas v0.8 November 2011 CAS(1)

Check Out this Related Man Page

CAS(1)								  aMule utilities							    CAS(1)

NAME
cas - c aMule statistics SYNOPSIS
cas [-o] [-p] [-c <path>] cas [-h] DESCRIPTION
cas is a program for displaying the contents of your aMule online signature file to console (in a human readable form). For this to work, you must enable the "Online Signature" option in aMule's preferences. [ -o, --picture, -P ] Writes the online signature picture. You can optionally append =<PATH> to this option, to specify the location it should be written to. [ -p, --html, -H ] HTML page with stats and picture. You can optionally append =<PATH> to this option, to specify the location it should be written to. [ -c <path>, --config-dir=<path> ] Read config from <path> instead of home [ -h, --help ] Prints a short usage description. Without any options, it prints online signature data to stdout. cas was written by Pedro de Oliveira <falso@rdk.homeip.net> FILES
~/.aMule/casrc stat.png tmp.html REPORTING BUGS
Please report bugs either on our forum (http://forum.amule.org/), or in our bugtracker (http://bugs.amule.org/). Please do not report bugs in e-mail, neither to our mailing list nor directly to any team member. COPYRIGHT
aMule and all of its related utilities are distributed under the GNU General Public License. SEE ALSO
amule(1), wxcas(1) AUTHOR
This manpage was written by Vollstrecker <amule@vollstreckernet.de> cas v0.8 November 2011 CAS(1)
Man Page

14 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

I can't connect to the internet???

I have installed Mandrake 8.0...however I can't seem to connect to the internet while using it. I have dial up upstream and cable downstream (if that helps). Can anyone help me out??? Thanks. (14 Replies)
Discussion started by: justchillin
14 Replies

2. Shell Programming and Scripting

Case Statement

Can anyone please tell me why this wont work! Thanks so much! #!/bin/sh for file do case $file in *.*.*) echo Cannot have more than 1 dot exit ;; *'**'*) echo Cannot have more than 1 asterisk exit ;; *'*'*|?.) echo this is a target (19 Replies)
Discussion started by: Zeta_Acosta
19 Replies

3. UNIX for Dummies Questions & Answers

Removing duplicate lines ignore case

hi, I have the following input in file: abc ab a AB b c a C B When I use uniq -u file,the out put file is: abc ab AB c v B C (17 Replies)
Discussion started by: hellsd
17 Replies

4. Shell Programming and Scripting

changing first letter to CAPS

Hi, I want to convert the first letter of this word from lowecase to uppercase. Assume a letter united. I want to translate to United Please let me know a simple way to do that. Thanks. (22 Replies)
Discussion started by: Krrishv
22 Replies

5. Shell Programming and Scripting

Problem with type-casting in awk

Hi I'm trying to write a script which takes an integer as input and checks for files with size > input and displays it on screen. The code I've tried : echo 'Enter the min file size expected' read filesize du -ah <folder name> | awk -F: '$1>int(filesize) {print $1,$2)' is always... (28 Replies)
Discussion started by: vivek.bharadwaj
28 Replies

6. Shell Programming and Scripting

Convert to upper case first letter of each word in column 2

Hi guys, I have a file separated by ",". I´m trying to change to upper case the first letter of each word in column 2 to establish a standard format on this column. I hope somebody could help me to complete the SED or AWK script below. The file looks like this: (Some lines in column 2... (16 Replies)
Discussion started by: cgkmal
16 Replies

7. Shell Programming and Scripting

Multiple conditions in a CASE statement

is it possible to use multiple conditions in a CASE statement? And if so, what is the syntax? I'm trying to use one but can't seem to get it right. I want the statement to be CASE $vendor OR $alias condition 1) statements; condition 2) statements; etc. esac but I keep... (25 Replies)
Discussion started by: Straitsfan
25 Replies

8. Shell Programming and Scripting

toupper or tolower case of first letter of the line depending on another file

Hi I would like to read if the first letter of a line in a first file (gauche.txt) is uppercase or lowercase, and change consequently the first letter of the corresponding line in the second file (droiteInit.txt). I have done this but it won't work (I launch this using gawk -f... (16 Replies)
Discussion started by: louisJ
16 Replies

9. Shell Programming and Scripting

Making case insensitive in awk

here is a statement awk '/CREATE PROCEDURE/,/elimiter/' "$file1" > onlyproc1.sql which mean cut from create procedure to Delimiter or delimiter and paste it in onlyproc1.sql... my query is how to make this case insensitive.. that is i want the above code to work whther it is Delimiter or... (26 Replies)
Discussion started by: vivek d r
26 Replies

10. Shell Programming and Scripting

UNIX script -- case

i could like to try when i input a integer , the program would give the result i want but it doesnt . http://i.imgur.com/LqOczGM.jpg I input 2 , and the result should be "it is greater than or equal to one" could any ching give me improvement ? If i must use case command . thank you... (14 Replies)
Discussion started by: SSUUser
14 Replies

11. Shell Programming and Scripting

Case sensitive in If loop .

Hi All, select app from the menu: ABC DEF GHI JKL ALL # ALL will select all the apps in the menu echo "Enter your option" read option; if then <execute the below command> elif # option is the 1 selection from menu...not ALL <execute the below command> else (14 Replies)
Discussion started by: Devaraj A
14 Replies

12. Shell Programming and Scripting

Grep echo awk print all output on one line

Hello, I've been trying to find the answer to this with Google and trying to browse the forums, but I haven't been able to come up with anything. If this has already been answered, please link me to the thread as I can't find it. I've been asked to write a script that pulls a list of our CPE... (51 Replies)
Discussion started by: rwalker
51 Replies

13. Shell Programming and Scripting

Converting String To Integer/Float (weird case)

Hi guys, I'm new here. I have a problem at work. One of our scripts was eventually having a bug and only detected recently. Here's the issue and background: Bash Script which calls AWK script Awk script returns a string as per below (example):var1='00000-123'So, when we convert it, the... (18 Replies)
Discussion started by: sekfarok
18 Replies

14. Shell Programming and Scripting

Continuous nc data acquisition fails ocassionally

Hi, I'm receiving text data on a server trough UDP packets. The data are encoded messages separated by blank lines, like this: !AIVDM,1,1,,A,13FPE?PP08OG@cPH:Gi8OwwB0<0h,0*06 !AIVDM,1,1,,A,13Ebj60000wH2E:H:mKIF2GB2<17,0*49 !AIVDM,1,1,,B,4028nAAv9Kh0awESU0HRIP102D3f,0*5D I'm using... (23 Replies)
Discussion started by: lanas1234
23 Replies