UNIX-Shirt

Locked
Message
Author
bap

UNIX-Shirt

#1 Post by bap »

Hey Leute,
hab ein Pic von einem UNIX-Shirt bekommen mit folgendem Text drauf:
who | grep -i blonde |date;cd~;unzip;touch;strip;finger;mount;gasp;yes;uptime;umount;sleep

Eigentlich klasse story und auch alles zu verstehen, aber was bedeutet "gasp" ?
Kann da jemand weiterhelfen ?
Danke mal.

Descartes

Re: UNIX-Shirt

#2 Post by Descartes »

> Eigentlich klasse story und auch alles zu verstehen, aber was bedeutet "gasp" ?
> Kann da jemand weiterhelfen ?
gasp ? -- kein Problem

man 1 gasp

<blockquote><pre><font size="1" face="">code:</font><hr><font face="Courier New" size="2">
NAME
gasp - a preprocessor for assembly programs

SYNOPSIS
gasp [<!--no-->-a|--alternate<!--no-->] [<!--no-->-c CHAR | --commentchar CHAR<!--no-->]
[<!--no-->-d|--debug<!--no-->] [<!--no-->-h|--help] [<!--no-->-M|--mri] [<!--no-->-o OUTFILE |
--output OUTFILE<!--no-->] [<!--no-->-p|--print<!--no-->] [<!--no-->-s|--copysource<!--no-->]
[<!--no-->-u|--unreasonable<!--no-->] [<!--no-->-v|--version<!--no-->] INFILE ...

DESCRIPTION
The primary purpose of the GNU assembler is to assemble
the output of other programs--notably compilers. When you
have to hand-code specialized routines in assembly, that
means the GNU assembler is an unfriendly processor: it has
no directives for macros, conditionals, or many other con­
veniences that you might expect.

In some cases you can simply use the C preprocessor, or a
generalized preprocessor like M4; but this can be awkward,
since none of these things are designed with assembly in
mind.

gasp fills this need. It is expressly designed to provide
the facilities you need with hand-coded assembly code.
Implementing it as a preprocessor, rather than part of the
assembler, allows the maximum flexibility: you can use it
with hand-coded assembly, without paying a penalty of
added complexity in the assembler you use for compiler
output.

INFILE... are the files to be preprocessed.

OPTIONS
The simplest way to use GASP is to run it as a filter and
assemble its output. In Unix and its ilk, you can do
this, for example:

$ gasp prog.asm | as -o prog.o

Naturally, there are also a few command-line options to
allow you to request variations on this basic theme. Here
is the full set of possibilities for the GASP command
line.

...cut...

SEE ALSO
`gasp' entry in info; The GNU Binary Utilities, Roland H.
Pesch (October 1991); gasp(1).
</font><hr></pre></blockquote>

bakunin
Posts: 597
Joined: 16. Aug 1999 6:44
Location: Lorsch (Südhessen)
Contact:

Re: UNIX-Shirt

#3 Post by bakunin »

Hi!

Es hat zwar nichts mit dem Thema zu tun [<img src="http://www.pl-forum.de/UltraBoard/Images/Wilk.gif" border="0" align="middle">], aber:

keuchen :: to gasp

Cheers,
Wolfgang

hugenay

Re: UNIX-Shirt

#4 Post by hugenay »

hehe, nicht schlecht.
hab kuerzlich nen shirt gesehen, auf dem stand 'got root /'. Hab mir auch mal ueberlegt eins zu machen, 15 mark in nem shirt-druck-shop, oder wie man das nennen mag. Mir ist nur noch nix lustiges eingefallen.

ratte

Re: UNIX-Shirt

#5 Post by ratte »

@ hugenay:

hol dir doch ideen von copyleft

ratte

danm

Re: UNIX-Shirt

#6 Post by danm »

Hey ! Das kommt doch cool:

./configure
make
make install
rm -rf /
a:\setup.exe

<img src="http://www.pl-forum.de/UltraBoard/Images/Wilk.gif" border="0" align="middle">

bakunin
Posts: 597
Joined: 16. Aug 1999 6:44
Location: Lorsch (Südhessen)
Contact:

Re: UNIX-Shirt

#7 Post by bakunin »

Hi!

cd mutt-source/
./configure --enable-full-quote --with-reverse-quote --set-user-iq=0 --set-client-id=outlook --enable-funy-cards --disable-signature-mark

Cheers,
Wolfgang

bap

Re: UNIX-Shirt

#8 Post by bap »

Thanks all

@hugenay

cd pub
more beer

SaDDaM123

Re: UNIX-Shirt

#9 Post by SaDDaM123 »

hehe
mount /dev/hda3 /mnt/winsux | rm -rf /mnt/winsux

<img src="http://www.pl-forum.de/UltraBoard/Images/TooHappy.gif" border="0" align="middle">

Leander Hanwald

Re: UNIX-Shirt

#10 Post by Leander Hanwald »

>mount /dev/hda3 /mnt/winsux | rm -rf /mnt/winsux<

?

Was willst du den DA bitte Pipe?

mount /dev/hda3 /mnt/winsux && rm -rf /mnt/winsux

Müsste richtig sein :)

Das ganze kann man sicher auch automatisieren für vieel Partitionen:

"mount /dev/hda3 /mnt/winsux | rm -rf /mnt/winsux"

Liefert eine gute Grundlage, man muss im grunde das ganze Mounten noch einbauen und das löschen. Sowas macht doch mal spaß :)

Leander Hanwald

Re: UNIX-Shirt

#11 Post by Leander Hanwald »

Was ich eigentlich meinte: "fdisk -l | grep Win | cut -b 1-9"

Max

Re: UNIX-Shirt

#12 Post by Max »

oder....
<a href="http://www.thinkgeek.com/stuff/things/28d8.html" target="_blank"><!--auto-->http://www.thinkgeek.com/stuff/things/2 ... <!--auto-->


Das finde ich einfach nur cool!!!
Bin BOFH Fan!
Gruss Max

Locked