Hallo, dies ist ein Test.
PWD: /www/data-lst1/unixsoft/unixsoft/kaempfer/.public_html
Running in File Mode
Relative path: ./../../../.././../../bin/clear
Real path: /usr/bin/clear
Zurück
#!/usr/bin/sh # # Copyright (c) 1984, 1986, 1987, 1988, 1989 AT&T # All Rights Reserved # Copyright (c) 1987, 1988 Microsoft Corporation # All Rights Reserved #ident "%Z%%M% %I% %E% SMI" # clear the screen with terminfo. # if an argument is given, print the clear string for that tty type /usr/bin/tput ${1:+-T$1} clear 2> /dev/null exit