What package has this "stan" command?


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users What package has this "stan" command?
# 1  
Old 02-17-2010
What package has this "stan" command?

I saw someone using "stan" as a unix command in his shell command

something like this,
Code:
cat /tmp/testdata |  cut -d ";" -f 2 |stan -n 6

But my ubuntu does not have this and i could not find out which package has this, anyone knows about this?

Last edited by vbe; 02-17-2010 at 12:07 PM.. Reason: code tags please...
# 2  
Old 02-17-2010
What does it do?
Ever thought it could be an alias?
# 3  
Old 02-17-2010
Nothing obvious. Maybe it's a local alias as vbe guessed...

Code:
me@www:/var/www# aptitude search stan
p   di-netboot-assistant                                          - Debian-Installer netboot assistant                                     
p   directoryassistant                                            - small LDAP address book manager                                        
p   freeciv-sound-standard                                        - Civilization turn based strategy game (standard sound pack)            
p   ganeti-instance-debootstrap                                   - debootstrap-based instance OS definition for ganeti                    
p   gnu-standards                                                 - GNU coding and package maintenance standards                           
p   interchange-cat-standard                                      - Standard store, a sample Interchange catalog                           
p   istanbul                                                      - Desktop session recorder producing Ogg Theora video                    
p   kde-standard                                                  - the K Desktop Environment, standard desktop applications               
p   libpod-constants-perl                                         - include constants from POD                                             
i A libqt4-assistant                                              - Qt 4 assistant module                                                  
p   ltsp-server-standalone                                        - Complete LTSP server environment                                       
p   matita-standard-library                                       - standard library for the Matita interactive theorem prover             
p   module-assistant                                              - tool to make module package creation easier                            
p   mustang                                                       - multiple structural alignment of proteins                              
p   mustang-testdata                                              - multiple structural alignment of proteins, test data                   
p   mythbuntu-diskless-server-standalone                          - Mythbuntu-diskless server environment with DHCP server                 
p   nagios-plugins-standard                                       - Plugins for the nagios network monitoring and management system        
p   octave-physicalconstants                                      - provide physical constants values in Octave                            
p   qa-assistant                                                  - checklist assistant                                                    
p   qt3-assistant                                                 - The Qt3 assistant application                                          
p   substance                                                     - cross-platform look & feel for Swing applications                      
p   ubuntu-standard                                               - The Ubuntu standard system                                             
p   wipl-client-standard                                          - The standard client for wipl-daemon to display statistics

Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Bash script - Print an ascii file using specific font "Latin Modern Mono 12" "regular" "9"

Hello. System : opensuse leap 42.3 I have a bash script that build a text file. I would like the last command doing : print_cmd -o page-left=43 -o page-right=22 -o page-top=28 -o page-bottom=43 -o font=LatinModernMono12:regular:9 some_file.txt where : print_cmd ::= some printing... (1 Reply)
Discussion started by: jcdole
1 Replies

2. UNIX for Dummies Questions & Answers

Using "mailx" command to read "to" and "cc" email addreses from input file

How to use "mailx" command to do e-mail reading the input file containing email address, where column 1 has name and column 2 containing “To” e-mail address and column 3 contains “cc” e-mail address to include with same email. Sample input file, email.txt Below is an sample code where... (2 Replies)
Discussion started by: asjaiswal
2 Replies

3. UNIX for Dummies Questions & Answers

Unix "look" Command "File too large" Error Message

I am trying to find lines in a text file larger than 3 Gb that start with a given string. My command looks like this: $ look "string" "/home/patrick/filename.txt" However, this gives me the following message: "look: /home/patrick/filename.txt: File too large" So, I have two... (14 Replies)
Discussion started by: shishong
14 Replies

4. Shell Programming and Scripting

awk command to replace ";" with "|" and ""|" at diferent places in line of file

Hi, I have line in input file as below: 3G_CENTRAL;INDONESIA_(M)_TELKOMSEL;SPECIAL_WORLD_GRP_7_FA_2_TELKOMSEL My expected output for line in the file must be : "1-Radon1-cMOC_deg"|"LDIndex"|"3G_CENTRAL|INDONESIA_(M)_TELKOMSEL"|LAST|"SPECIAL_WORLD_GRP_7_FA_2_TELKOMSEL" Can someone... (7 Replies)
Discussion started by: shis100
7 Replies

5. AIX

mkinstallp package creation failing "no such file: ./usr/lpp/<package name>/inst_root"

Hello, I'm trying to build a (bff) package from an already installed program (clam antivirus) using mkinstallp. However, mkinstallp fails with "no such file: ./usr/lpp/<package name>/inst_root" I'm not sure why all files get created ok except for these particular ones. Any help would be... (2 Replies)
Discussion started by: omonte
2 Replies

6. UNIX for Dummies Questions & Answers

Explanation of "total" field in "ls -l" command output

When I do a listing in one particular directory (ls -al) I get: total 43456 drwxrwxrwx 2 root root 4096 drwxrwxrwx 3 root root 4096 -rwxrwxr-x 1 nobody nobody 3701594 -rwxrwxr-x 1 nobody nobody 3108510 -rwxrwxr-x 1 nobody nobody 3070580 -rwxrwxr-x 1 nobody nobody 3099733 -rwxrwxr-x 1... (1 Reply)
Discussion started by: proactiveaditya
1 Replies

7. UNIX for Dummies Questions & Answers

the meaning of "!:*" in "alias foo 'command\!:*' filename"

Hi: How can I remove my own post? Thanks. (2 Replies)
Discussion started by: phil518
2 Replies

8. Shell Programming and Scripting

Command Character size limit in the "sh" and "bourne" shell

Hi!!.. I would like to know what is maximum character size for a command in the "sh" or "bourne" shell? Thanks in advance.. Roshan. (1 Reply)
Discussion started by: Roshan1286
1 Replies

9. UNIX for Advanced & Expert Users

Command Character size limit in the "sh" and "bourne" shell

Hi!!.. I would like to know what is maximum character size for a command in the "sh" or "bourne" shell? Thanks in advance.. Roshan. (1 Reply)
Discussion started by: Roshan1286
1 Replies

10. UNIX for Dummies Questions & Answers

Command Character size limit in the "sh" and "bourne" shell

Hi!!.. I would like to know what is maximum character size for a command in the "sh" or "bourne" shell? Thanks in advance.. Roshan. (1 Reply)
Discussion started by: Roshan1286
1 Replies
Login or Register to Ask a Question