#!/bin/bash prefixe=backup suffixe=$(date +%Y%m%d) filename=$prefixe$suffixe.sql host=host database=database user=user characterSet=UTF8 mysqldump –skip-comments \ –complete-insert \ –default-character-set=$characterSet \ –no-create-info \ –skip-add-locks \ –skip-opt \ –host $host...
Author: gameplayer
FILE SPACING: # double space a file sed G # double space a file which already has blank lines in it. Output file #...
Re: apt-? how do I get the feature whatprovides? The functionality you were looking for is supplied by apt-file. To install: sudo apt-get install...
Dans un des fichiers c de votre projet : :make Lance la compilation du programme et positionne le curseur sur la première erreur s'il...