PoisonBit per lavori che sta facendo a voluto fare dei test per decidere quale shell usare, a questo proposito ha fatto un test per verificarne le performance. Io ho modificato questo script aggiungendo ulteriori shell. Lo script è il seguente:
#!/bin/bash testdir="/home/edmond/test/" mkdir -p "$testdir" printf '#!/bin/dash --\n\n' > "$testdir/dash" printf '#!/bin/bash --\n\n' > "$testdir/bash" printf '#!/bin/ksh --\n\n' > "$testdir/ksh" printf '#!/bin/csh --\n\n' > "$testdir/csh" printf...
Leggi il seguito »







