mardi 24 mars 2015
string - Extract filename and extension in bash - Stack Overflow
Par sebastien galvagno le mardi 24 mars 2015, 21:15
mardi 24 mars 2015
Par sebastien galvagno le mardi 24 mars 2015, 21:15
mercredi 10 décembre 2014
Par sebastien galvagno le mercredi 10 décembre 2014, 20:13
Par sebastien galvagno le mercredi 10 décembre 2014, 20:10
Par sebastien galvagno le mercredi 10 décembre 2014, 15:20
jeudi 16 octobre 2014
Par sebastien galvagno le jeudi 16 octobre 2014, 00:17
Par sebastien galvagno le jeudi 16 octobre 2014, 00:00
mercredi 15 octobre 2014
Par sebastien galvagno le mercredi 15 octobre 2014, 23:59
vendredi 14 mars 2014
Par sebastien galvagno le vendredi 14 mars 2014, 13:38
jeudi 27 février 2014
Par sebastien galvagno le jeudi 27 février 2014, 18:27
jeudi 12 septembre 2013
Par sebastien galvagno le jeudi 12 septembre 2013, 10:05
To log the execution of a script/redirect output from a script to a log file, from within the script itself; use the 'exec' command.
#!/bin/bash -ea
# Redirect all output to a log file named in the following manner -
# "scriptname.yyyy-mm-dd.hh:mm:ss"
#
exec 1>/var/cyclops/logs/$0.`date +%F.%T`
exec 2>&1
# Enable xtrace
#
set -x
SYSTEM_DIR=/var
PROJECT_BASE=$SYSTEM_DIR/projects
set +e
mkdir $PROJECT_BASE
# ...and so on..
exit 0
mercredi 3 octobre 2012
Par sebastien galvagno le mercredi 3 octobre 2012, 15:33
mercredi 1 février 2012
Par adminblog le mercredi 1 février 2012, 22:42
Par adminblog le mercredi 1 février 2012, 22:33
Getting started with SSH - Kimmo Suominen
keywords:shell,ssh,secure
mardi 19 juillet 2011
Par sebastien galvagno le mardi 19 juillet 2011, 11:04
http://atilf.atilf.fr/dendien/scripts/fast.exe?mot=completion
Par sebastien galvagno le mardi 19 juillet 2011, 09:18
mercredi 5 mai 2010
Par adminblog le mercredi 5 mai 2010, 15:56