Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

fish(1) [freebsd man page]

fish(1) 							       fish								   fish(1)

NAME
fish - fish - the friendly interactive shell fish - the friendly interactive shell Synopsis fish [-h] [-v] [-c command] [FILE [ARGUMENTS...]] Description A commandline shell written mainly with interactive use in mind. The full manual is available in html by using the help command from inside fish. o -c or --command=COMMANDS evaluate the specified commands instead of reading from the commandline o -d or --debug-level=DEBUG_LEVEL specify the verbosity level of fish. A higher number means higher verbosity. The default level is 1. o -h or --help display help and exit o -i or --interactive specify that fish is to run in interactive mode o -l or --login specify that fish is to run as a login shell o -n or --no-execute do not execute any commands, only perform syntax checking o -p or --profile=PROFILE_FILE when fish exits, output timing information on all executed commands to the specified file o -v or --version display version and exit The fish exit status is generally the exit status of the last foreground command. If fish is exiting because of a parse error, the exit status is 127. Version 1.23.1 Sun Jan 8 2012 fish(1)

Check Out this Related Man Page

XFISHTANK(1)						      General Commands Manual						      XFISHTANK(1)

NAME
xfishtank - Fish swimming across your Root Window SYNOPSIS
xfishtank [-c <color>] [-b <limit>] [-f <limit>] [-i <mult>] [-r <rate>] [-m <num>] [-C <num>] [-d] [-p <file>] [host:display] DESCRIPTION
xfishtank is a animation program to simulate an Aquarium on your X desktop. Each fish can have up to 255 colors, but on startup the program takes all the colors from all the fish, and squeezes them down to all fit into the default colormap as best it can. Any fish can be any size in width and height. To make them look more like they are swimming, fish are animated (Very simple 2 frame animation). Fish CANNOT swim over each other, they will turn around if they are about to collide. OPTIONS
-c color Background color of the fishtank -b limit Number of bubbles (Default is set to 32) -f limit Number of fishes (Default is set to 10) -i inter Move interval (Default is set to 0.2) -r rate Move frequency (Default is set to 0.2) -m num Median cut to this many colors -C num Use only this many color cells -d Clip fish, swim on root window -p file Fish swim on picture in file -host:dpy This option specifies the X server to contact. SEE ALSO
X(1), xsetroot(1x) AUTHORS
Eric Bina, <ebina@ncsa.uiuc.edu> (Original author) Dave Black, <dlbb0@amdahl.com> (Linux port) TJ Phan, <phan@aur.alcatel.com> (TrueColor Support) Vincent Renardias <vincent@waw.com> (man page, Debian packaging) Send bugs (or their reports, or fixes) here: <http://www.debian.org/Bugs/>. V2.2 29 November 1996 XFISHTANK(1)
Man Page

14 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Help with expect

Help I am trying to do a script #start expect -F - <<EOF spawn scp -c blowfish -C user@host:pathtofile destination expect 'word': send 'password\r' while {1}{expect eof{break}} wait eof #end whats wrong with this its not working? and whats a good way to have it copy multiple files? (8 Replies)
Discussion started by: ahibbitts
8 Replies

2. UNIX Desktop Questions & Answers

Sawfish

Does anyone know what the Configurations Command is for Sawfish. My Gnome/Sawfish session has broken down so I have to add it by my own in gnomecc.. Any ideas?:confused: :o To bed I go (soon) :rolleyes: I found it, it's "sawfish-ui" Incase of someone else has the same problem I leave... (0 Replies)
Discussion started by: Esaia
0 Replies

3. UNIX for Advanced & Expert Users

samba questions (password conversion to blowfish and is it wise to sync the useraccou

i stumbled upon something that gave some nice instructions on how to convert FreeBSD passwords from md5 to blowfish. it was simple and straight forward and it worked. i'm running samba on the machine. now i know the tutorial i was following had something where a user's samba and machine... (1 Reply)
Discussion started by: xyyz
1 Replies

4. Shell Programming and Scripting

Fishing out error message within a log file

Hi all, i have a log file that captures success or failure messges when i run a daily job. here is a sample of my log. 20060312 start successful successful failure failure 20060312 end i need to write a subroutine that opens up the log daily after my job completes to examine the log... (2 Replies)
Discussion started by: new2ss
2 Replies

5. Solaris

Invalid Argument and glassfish

I tried to install glassfish on Solaris 10 and it worked fine on other instances. I got the below message bash-3.00# ./sjsas-9_1_01-solaris-sparc.bin -console bash: ./sjsas-9_1_01-solaris-sparc.bin: Invalid argument I logged on as root and the file has execute permission. So strange. Do... (1 Reply)
Discussion started by: Andrew2008
1 Replies

6. UNIX and Linux Applications

Bluefish: where are the preferences saved?

I have just tried out Bluefish as an alternative to my regular text editor. If I save the modified preferences and reboot, the preferences have to be reentered again. Does anyone know which file the preferences are saved in? The command find / -mmin -5 | grep bluefish yields zero hits. Thanks... (2 Replies)
Discussion started by: figaro
2 Replies

7. Shell Programming and Scripting

Encript Timestamp with blowfish

Good afternoon to you all I need help I need a script that will allow to encrypt the system´s timestamp; I have to use a pre-shared key to cipher the timestamp, so basically I need: 1st) cipher with a pre-shared key 2nd) encrypt the timestamp 3rd) encode on a base64 the output... (1 Reply)
Discussion started by: zarahel
1 Replies

8. UNIX for Advanced & Expert Users

Advanced Search * View * Edit JAVA version to WORK in GLASSFISH Forum topic JAVA version

Would like to confirm the ff. I got confused actually with the version I needed to download that will work on glassfish 3.0.1 a. Debian Squeeze (HP DL360). Need to use java version6 On Debian, I did apt-get install sun-java6-jdk. So when I check it's java version "1.6.0_22" Java(TM) SE... (1 Reply)
Discussion started by: lhareigh890
1 Replies

9. Cybersecurity

swordfish --- a password generator

Here is my new password generation script. The attachment, swordfish.txt, is in dos format. Remember that you need to use dos2unix or flip or something to get it into unix format. The script is self documenting. It has an extensive help system built-in. And you can run: swordfish "set... (8 Replies)
Discussion started by: Perderabo
8 Replies

10. Shell Programming and Scripting

fish out lines according to line number

Dear all, I've a situation here, I have a big file which contains about 20Million line as shown as below I want to fish out some lines according to the line position of the big file, for example here line number 3,4,7 ... so the expected output will be like this currently I manage to... (3 Replies)
Discussion started by: masterpiece
3 Replies

11. Homework & Coursework Questions

[SOLVED] blowfish algorithm: encrypting the p-array.

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: I am trying to encrypt the p-array. The first element will print correctly once returned from my encrypt... (2 Replies)
Discussion started by: robin_simple
2 Replies

12. Shell Programming and Scripting

Randomize a file

Hi, I have a large file that looks like this: @FCC189PACXX:2:1101:1420:2139/1 AGCGAGACTCCGTCTCAAAAAGAAAAAATTTTTCAAAATATTGCAATGGGCTTGTAATTTCTGCTTAAATGTCAGGAGGTCTGAGCCATT + bbbeeeceggggghiiiiiiiiiihfihihiiihhhghiihhihifhihiihhhhhhhhiiigfggggdceeeeebdcc^``bbcbccbb... (3 Replies)
Discussion started by: kylle345
3 Replies

13. Cybersecurity

Password encryption - migration user accounts from SuSe to RedHat

Hello guys, I'm currently working on replacing old server and it's migration from SuSe SUSE Linux Enterprise Server 10 (x86_64) VERSION = 10 PATCHLEVEL = 4 to the RedHat Red Hat Enterprise Linux Server release 6.4 (Santiago) Problem seems be in migration of users passwords,... (2 Replies)
Discussion started by: brusell
2 Replies

14. What is on Your Mind?

Chess Players: Which Online Resources (and Software) Do You Use and Why?

Hi Chess Players, Which Online Resources (and Software) Do You Use and Why? As for me, I use chessgames.com and chessbase.com; but currently I'm using chessgames.com the most; I like exploring openings in the chessgames.com opening explorer. For analysis on the desktop (Mac) or iPhone I... (8 Replies)
Discussion started by: Neo
8 Replies