Sponsored Content
Full Discussion: What level are you?
The Lounge What is on Your Mind? What level are you? Post 52697 by dkaplowitz on Thursday 24th of June 2004 12:06:04 AM
Old 06-24-2004
Quote:
Originally posted by norsk hedensk

eh dont think that is a fair one.
Well I tend to agree with you, but for a couple of other reasons:

a) it's seriously old school. For instance, I've never once used nroff or groff and have never had a reason to. This list, however insists that nroff is an essential part of one's progress along the path to becoming a UNIX wizard...almost some sort of rite of passage. Pheh! Unless I'm missing something really rudimentary (always a possibility with me), it's not that common anymore.

b) networking of any kind really isn't even mentioned in this list, and a modern UNIX pro has to know tons and tons of networking (at least according to 9 out of 10 UNIX jobs I see posted every day)

c) it's a C programmer's list more than anything else (i mean, c'mon, csh?)... knowledge of which was probably more valid >5 years ago, but isn't such a sine qua non anymore...

That's just my opinion though. I guess that b/c I came from GNU/Linux originally it's easy for me to see it this way. It could be b/c I'm also a newbie myself. (proven by the fact that I don't use nroff Smilie ).
 

8 More Discussions You Might Find Interesting

1. Solaris

patch level

Hi, how do you check that the latest service packs/patches are installed on the server, When i look at the OS Modules file, all i see is these numbers like 117176-02 etc, what is currently the latest patch level for sunOS 5.9? thnaks (1 Reply)
Discussion started by: narik007
1 Replies

2. AIX

ML level went backwards?

Hi all. I've been put in charge of updating one of our AIX 5.2 servers to ML7. (perhaps not wise since I'm an absolute n00b, but hey, it's good experience to fly by the seat of one's pants). So: a) I typed "oslevel -r" and got back "5200-04" b) I went to IBM's Fix Central and downloaded... (1 Reply)
Discussion started by: pschlesinger
1 Replies

3. UNIX for Advanced & Expert Users

level 0 dump

need help to create a level 0 dump of the /usr filesystem on the first tape device using compression and then start a level 3 dump of /var after the level 0 completes, is it dump -0ucf /dev/rmt0 /usr (1 Reply)
Discussion started by: jo calamine
1 Replies

4. UNIX for Dummies Questions & Answers

OS level backup

I am not a DBA or an unix admin (I am a developer) and I have a question I need clarification for. Recently one of our oracle ebusiness suite server (apps tier, red hat 4) crashed and the unix admin had to rebuild the server. We had backups for the file system under applmgr and oracle. And... (3 Replies)
Discussion started by: bodhi2000
3 Replies

5. Solaris

Difference between run level & init level

what are the major Difference Between run level & init level (2 Replies)
Discussion started by: rajaramrnb
2 Replies

6. Shell Programming and Scripting

Trying to AWK beyond my level

Hey everyone, So I have a task that I want to complete with awk (+ find, or something similar), but can't quite achieve it by myself... I have 60 GB of files that I want to modify. They each consist of 2 columns of numbers, with up to 50,000 lines in a file. e.g. 1.607743 ... (5 Replies)
Discussion started by: symphonic1985
5 Replies

7. AIX

AIX OS level

I currently have 2 servers running AIX 6.1 on them, but the OS level is listed differently in WSM. I am fairly new to AIX and just re-installed the OS on one of the boxes that originally had 5.1 on it. It now shows 6.1.0.0, whereas the other one shows 6.1.3.0. I have been trying to figure out how... (2 Replies)
Discussion started by: rifamilyguy
2 Replies

8. Red Hat

SSL certificate generation on OS level or application level

We have a RHEL 5.8 server at the production level and we have a Java application on this server. I know of the SSL certificate generation at the OS (RHEL) level but it is implemented on the Java application by our development team using the Java keytool. My doubt is that is the SSL generation can... (3 Replies)
Discussion started by: RHCE
3 Replies
NROFF(1)						      General Commands Manual							  NROFF(1)

NAME
nroff - emulate nroff command with groff SYNOPSIS
nroff [ -h ] [ -i ] [ -mname ] [ -nnum ] [ -olist ] [ -p ] [ -rcn ] [ -S ] [ -t ] [ -Tname ] [ -U ] [ -v ] [ file ... ] DESCRIPTION
The nroff script emulates the nroff command using groff. Only ascii, latin1, utf8, and cp1047 are valid arguments for the -T option. If an invalid or no -T option is given, nroff checks the current locale to select a default output device. It first tries the locale program, then the environment variables LC_ALL, LC_CTYPE, and LANG, and finally the LESSCHARSET environment variable. The -h and -c options are equivalent to grotty's options -h (using tabs in the output) and -c (using the old output scheme instead of SGR escape sequences). The -C, -i, -n, -m, -o, and -r options have the effect described in troff(1). In addition, nroff silently ignores the options -e, -q, and -s (which are not implemented in troff). Options -p (pic), -t (tbl), -S (safer), and -U (unsafe) are passed to groff. -v shows the version number. ENVIRONMENT
GROFF_BIN_PATH A colon separated list of directories in which to search for the groff executable before searching in PATH. If unset, `/usr/bin' is used. NOTES
This shell script is basically intended for use with man(1), so warnings are suppressed. nroff-style character definitions (in the file tty-char.tmac) are also loaded to emulate unrepresentable glyphs. SEE ALSO
groff(1), troff(1), grotty(1) Groff Version 1.18.1 Nov 2003 NROFF(1)
All times are GMT -4. The time now is 11:48 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy