Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

what(1) [freebsd man page]

WHAT(1) 						    BSD General Commands Manual 						   WHAT(1)

NAME
what -- show what versions of object modules were used to construct a file SYNOPSIS
what [-qs] [file ...] DESCRIPTION
The what utility searches each specified file for sequences of the form ``@(#)'' as inserted by the SCCS source code control system. It prints the remainder of the string following this marker, up to a NUL character, newline, double quote, '>' character, or backslash. The following options are available: -q Only output the match text, rather than formatting it. -s Stop searching each file after the first match. EXIT STATUS
Exit status is 0 if any matches were found, otherwise 1. SEE ALSO
ident(1), strings(1) STANDARDS
The what utility conforms to IEEE Std 1003.1-2001 (``POSIX.1''). The -q option is a non-standard FreeBSD extension which may not be avail- able on other operating systems. HISTORY
The what command appeared in 4.0BSD. BUGS
This is a rewrite of the SCCS command of the same name, and behavior may not be identical. BSD
December 14, 2006 BSD

Check Out this Related Man Page

ECHO(1) 						    BSD General Commands Manual 						   ECHO(1)

NAME
echo -- write arguments to the standard output SYNOPSIS
echo [-n] [string ...] DESCRIPTION
The echo utility writes any specified operands, separated by single blank (' ') characters and followed by a newline (' ') character, to the standard output. The following option is available: -n Do not print the trailing newline character. The end-of-options marker -- is not recognized and written literally. The newline may also be suppressed by appending 'c' to the end of the string, as is done by iBCS2 compatible systems. Note that the -n option as well as the effect of 'c' are implementation-defined in IEEE Std 1003.1-2001 (``POSIX.1'') as amended by Cor. 1-2002. For porta- bility, echo should only be used if the first argument does not start with a hyphen ('-') and does not contain any backslashes (''). If this is not sufficient, printf(1) should be used. Most shells provide a builtin echo command which tends to differ from this utility in the treatment of options and backslashes. Consult the builtin(1) manual page. EXIT STATUS
The echo utility exits 0 on success, and >0 if an error occurs. SEE ALSO
builtin(1), csh(1), printf(1), sh(1) STANDARDS
The echo utility conforms to IEEE Std 1003.1-2001 (``POSIX.1'') as amended by Cor. 1-2002. BSD
November 12, 2010 BSD
Man Page

9 More Discussions You Might Find Interesting

1. What is on Your Mind?

Whats Behind Your Name?

Looking at the member list, there are alot of interesting names, some unique, some bizarre, and some that are just plain. How did you come by your name? Why did you choose your label? Me? Well, I wish I could change mine. I chose Google because thats how I stumbled upon this site. I wasn't sure... (66 Replies)
Discussion started by: google
66 Replies

2. What is on Your Mind?

What's your drink?

Since Neo has a thread going on what everyone likes to eat, I thought I'd start one on what everyone likes to drink on an evening out. Post details for your choice if you can. I go for beer - Beck's if I can get it. Foster's back in India. If I am breaking any rules, please delete the... (65 Replies)
Discussion started by: blowtorch
65 Replies

3. Web Development

What is Your Favorite Web Browser?

OK, please vote on your favorite web browser and comment why! Only currently supported browers please! Thanks. PS: I am a big FireFox fan. FireFox add-ons rock! (61 Replies)
Discussion started by: Neo
61 Replies

4. What is on Your Mind?

What do you do for a living?

(107 Replies)
Discussion started by: ilikecows
107 Replies

5. Linux

What is your favorite Linux distro?

(173 Replies)
Discussion started by: milhan
173 Replies

6. Shell Programming and Scripting

What is your favorite Linux distro?

(173 Replies)
Discussion started by: milhan
173 Replies

7. Open Source

What is your favorite Linux distro?

What is your favorite Linux distro? and possibly why? Personally, I have Fedora 3 on my computer. I have used Ubuntu and Slackware, too. But I think I liked Ubuntu more, maybe because of its speed and easy installation of packages. (192 Replies)
Discussion started by: milhan
192 Replies

8. UNIX for Advanced & Expert Users

What's your most useful shell?

What's your most useful shell? /bin/sh /bin/csh /bin/ksh /bin/tcsh /bin/bash (249 Replies)
Discussion started by: zylwyz
249 Replies

9. Open Source

What editor does everyone use?

I was looking through the topics and I wasn't sure if this was the best place to post this question: I was wondering, out of curiosity, which software everyone was using to code their scripts in. I do mostly sh/ksh and my favorite has always been EditPlus because it is small, fast, yet powerful.... (409 Replies)
Discussion started by: yongho
409 Replies