Sponsored Content
Full Discussion: Who -r interpret?
Top Forums UNIX for Beginners Questions & Answers Who -r interpret? Post 303007547 by Scott on Friday 17th of November 2017 03:42:48 PM
Old 11-17-2017
The "S" at the end is the previous run-level - that in effect before you switched to run-level 3.
This User Gave Thanks to Scott For This Post:
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

How Do We Interpret This ?

ksh $ETL_XXX/bin/filename.ksh wf_workflowname . Which is used in post session command. (2 Replies)
Discussion started by: dummy_needhelp
2 Replies

2. UNIX for Dummies Questions & Answers

Please interpret.

Hi guys, I have no idea on unix but suddenly, my cobol programs calls a unix script that i know nothing about. can you guys interpret these lines for me? i know its a print command but I want to actually know how many copies it prints. qprt -da -P $1 -t '6' -i '6' -l '70' $2 qprt -da... (1 Reply)
Discussion started by: supacow
1 Replies

3. Shell Programming and Scripting

Interpret the sed command.

Could you interpret the following sed and awk command for me? command: cat tempfile2 |sed "s/\(BUILD-3-.*-\.-\)\(.*\..*\..*\)/\2/" | awk '{printf "%-8.8s %-23.23s %-30.30s %-50.50s\n", $1,$2,$3,substr($0,index($0,$4))}' > outfile2 2>/dev/null input:(data in tempfile2)... (1 Reply)
Discussion started by: vj8436
1 Replies

4. UNIX for Dummies Questions & Answers

How to interpret TOP

Hi, So I am new to Unix, and I need to check the performance of some apps I am running. But I don't know how to interpret the output from TOP. Could somebody please explain the difference between the different values. And also explain how I can have a process which has a %CPU > 100? ... (7 Replies)
Discussion started by: dj_jay_smith
7 Replies

5. Shell Programming and Scripting

Interpret a text file

hi I have a text file abc.txt as below a = 0 b = 1 c = 3 i want to interpret this file i.e. if number corresponding to 'a' is 0 i want to run a script script.bash . How do do that? (4 Replies)
Discussion started by: shishirkotkar
4 Replies

6. Shell Programming and Scripting

Can someone interpret this -- not sure

Was wondering if someone could interpret this for me -- I'm not sure what everything means. It's a shell script from my bash book: cd () { builtin cd "$@" es=$? echo "$OLDPWD ->$PWD" return $es } what I don't quite understand is the "$@". I think, if I understand... (6 Replies)
Discussion started by: Straitsfan
6 Replies

7. High Performance Computing

How to interpret Papi output

I have collected data of Number of L2 cache misses using PAPI. I had run an MPI application with 4 threads (mpirun -np 4) and each thread reads the cache misses in L2. Each thread outputs data for every timestamp. eg: Timestamp data xxx530 thread# 0 2136 xxx531 thread# 0 ... (0 Replies)
Discussion started by: vishwamitra
0 Replies

8. UNIX for Dummies Questions & Answers

How does Awk interpret $0!~

I know $0 is the entire file's contents (at least I think that is what it is!), but what exactly is: $0!~ This was a snippet from a larger line awk '$0!~/^$/ {print $0}' This deletes blank lines, but I want to know specifically the $0!~ part... I am guessing /^$/ is regex for blank line...... (5 Replies)
Discussion started by: glev2005
5 Replies

9. Shell Programming and Scripting

don't know how to interpret this

Can anyone tell me how to interpret this: listpage="ls |more" (the spaces are there in the example) $listpage It's from my bash book and I'm not sure what it means (3 Replies)
Discussion started by: Straitsfan
3 Replies

10. UNIX for Dummies Questions & Answers

Need to interpret code

hi All, i have never used sed in Unix environment, but i have one script which is using this following command: cat audit_session_rpt_MSP_20140331.lst|sed -n '/Apr 14/!p'| sed -n '/Page/!p'| sed -n '/UserName/!p' |\ egrep -v '^-|^=|^\*'|sed '/^$/d'|sed -e '1,7d'... (1 Reply)
Discussion started by: lovelysethii
1 Replies
KOULES(6)							       games								 KOULES(6)

NAME
xkoules - Action game for X11 SYNOPSIS
xkoules [-SxslMmpdh] KOULES FROM THE TOP
: . --- . . O / . . | | . . .. --- / / X O --- | O| O/ --- --- . O /O O . . . . | | . . . / . .X. . O --- . . . . . . . . ... . . . . . . . . . . . H A V E FUN ! DESCRIPTION
Koules is an action game. The mission is to bounce all koules fighters from your sector OPTIONS
-h for help -s for small display(320x250) for slow machines -l for large display(640x480) default size -m for monochrome displays -b for black and white mode -p use private colormap -y Synchronize with X use only for debugging -f Disable palette fading -d Disable sound support Game will run faster. -x Disable X11 pointer Use game's own cursor when standard X11's cursor is blinking -M DISABLE shared memory support Slow down the game. Use only if shared memory support crashes. Network options -C<host> run koules as network client -S run koules as network server -P<port> select port. Default is:12345 Use this in case that some other program is already using this port. Server options -W run server in width mode-support for 320x200 svgalib and OS/2 clients. Use this in case that server is refusing your clients. -L<level> select level for server -D<number> select dificulty for server: 0: nightmare 1: hard 2: medium(default and recomended) 3: easy 4: very easy -K run server in deathmatch mode Points: Bounce something : +1 Eat extension : +10 Eat thief : -30 Eat friend : +30 At end of level every live : +20 every lost level : -100 In deathmatch mode every destroyed concurrent: +100 PORTABILITY
The program is written in ANSI C and uses the X11 graphics library. BUGS
/LIMITATIONS Joystick is supported only on Linux. SEE ALSO
http://www.paru.cas.cz/~hubicka/koules/English/koules.html AUTHOR
Jan Hubicka email: hubicka@paru.cas.cz smail: Jan Hubicka Dukelskych bojovniku 1944 Tabor 39001 Czech Republic Linux 28 Jul 1995 KOULES(6)
All times are GMT -4. The time now is 12:51 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy