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