Hallo, dies ist ein Test.
PWD: /www/data-lst1/unixsoft/unixsoft/kaempfer/.public_html
Running in File Mode
Relative path: ./../../../../../../.././bin/nroff
Real path: /usr/bin/nroff
Zurück
#!/bin/sh # # Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved. # opts="-c -E" enc=`/usr/bin/locale -c code_set_name` case "$enc" in UTF-8) enc="utf8" ;; *) enc="ascii" ;; esac case "${LC_ALL:-${LC_CTYPE:-${LANG}}}" in ja*|zh*) opts="$opts -mja" ;; esac for i do case $1 in -*) opts="$opts $1" ;; *) break;; esac shift done /usr/bin/preconv ${@:-'-'} | /usr/gnu/bin/nroff -T$enc $opts