Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

fish(1) [mojave 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

15 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

remove portion of file

Can anyone tell me how to remove a portion of a large file to smaller ones? What I have is a large file that was created becasue several similar files were joined together. Each individual file starts with MSG_HEAD. I want to take everything from MSG_HEAD up to were it says MSG_HEAD again and... (13 Replies)
Discussion started by: methos
13 Replies

2. Shell Programming and Scripting

output display alignment !!

Hi I'm trying to display the output of my script in a friendly viewable format. it's something like this.. i have this while loop... in which i get some records from a file where fields are delimitered with a pipe. so i'm extacting each field and replacing the pipe with a \t, tab !!.. cat... (7 Replies)
Discussion started by: rosh0623
7 Replies

3. Shell Programming and Scripting

if, fi, then, and else commands

I am trying to create a script that will search for a file and if the file is there the script will end successfull, if the file is not found then the script will sleep for 60 then check for the file again. If the file is there the job will complete successfully, if it is still not there, the... (11 Replies)
Discussion started by: wereyou
11 Replies

4. Shell Programming and Scripting

Function control value in file

Dear friends, I need help .. some will say again ; ) I've got a shell script (KSH) with interactive options. One of the option should match a numeric value but also look inside a file and check if the numeric value match the numeric value chosen. I've got a function... (6 Replies)
Discussion started by: Aswex
6 Replies

5. Shell Programming and Scripting

Error : [: missing `]'

Hi, I am attempting to test the input value for an integer. And if the value is not an integer, the intent is to complain about it and exit. Only if I can get past the syntax error, life will be full. # test input to be a number +$'; ] && { echo "Invalid input; Enter an integer..."; exit 2; }... (7 Replies)
Discussion started by: IETF
7 Replies

6. Shell Programming and Scripting

Replace string in vi

Hello, Need vi script. file: dog1!cat! dog2!bird! dog1!fish! dog2!lion! ... expected: dog1!bird! dog2!NULL! dog1!lion! dog2!NULL! ... Need replace from dog2!"word"! to dog1!"word"! and write in dog2!NULL! and the same logic for all strings where are dog1 and dog2 Any idea? thanks (7 Replies)
Discussion started by: aaruncee
7 Replies

7. Shell Programming and Scripting

Using the part of a line as a variable?

Hello Friends, I need a command (or script line) that allows me to use of a part of line (given by me) as a variable. Let us assume the name of the command is MYCMD. When I type MYCMD fish://mfong@vhl.gov.nd/homefolder/hhk/ADS/ it must do the following job cd /homefolder/hhk/ADS/ ... (18 Replies)
Discussion started by: rpf
18 Replies

8. Shell Programming and Scripting

plink truncating commands

I'm using plink.exe on WinXP to run some commands on Z/OS BASH. My commands are interspersed with echo commands so that I can parse the output and work out what is where. The first hundred or so commands run fine, but then one of them gets truncated. For example: Input: echo :end_logdetail:... (6 Replies)
Discussion started by: PhilHibbs
6 Replies

9. Shell Programming and Scripting

Ssh not supporting sudo and sqlplus commands

Hi Guys , I was facing an issue some thing like , I have to connect remote machine and should execute few commands over there , I am able to run some simple commands , but below commands are throws error like not found. eg : sudo su - username and sqlplus user/pwd@db , srvrmgr commands etc ... (8 Replies)
Discussion started by: chandini
8 Replies

10. Shell Programming and Scripting

How to execute a command inside a while loop?

How do we execute a command inside a while loop? (7 Replies)
Discussion started by: Little
7 Replies

11. UNIX for Dummies Questions & Answers

Whence

whence command used for. can you please provide the example of whence command. (8 Replies)
Discussion started by: ramkumar15
8 Replies

12. Shell Programming and Scripting

How to execute application command in shell script?

friends, i have application commands to execute in shell script it is something like this. i will login with user data it takes me to $ prompt. Example given below login: data ps : xxxx $ MNSinput --this takes me to greater than prompt > > ops --this is command i enter this output... (7 Replies)
Discussion started by: udaykrishna
7 Replies

13. Shell Programming and Scripting

Trapping the return status from FIND command

I have the following code in a script: find . \( ! -name . -prune \) -name "cg*" -exec cp -p {} "${temp_dir}" \; ret_stat=$? I think the return status is only captured for the 'find' command and not for the 'cp' command. Is there a way to get the return status for the 'cp' command... (7 Replies)
Discussion started by: vskr72
7 Replies

14. Shell Programming and Scripting

Find columns in a file based on header and print to new file

Hello, I have to fish out some specific columns from a file based on the header value. I have the list of columns I need in a different file. I thought I could read in the list of headers I need, # file with header names of required columns in required order headers_file=$2 # read contents... (11 Replies)
Discussion started by: LMHmedchem
11 Replies

15. UNIX for Beginners Questions & Answers

Non-interactive & non-login shell environment?

Hello and thanks in advance for any help anyone can offer to straighten me out on this subject I'm trying to understand non-interactive & non-login shells and having a hard time conceptualize the process a non-interactive & non-login shell goes through to start up. Particularly for background... (7 Replies)
Discussion started by: bodisha
7 Replies