#!/bin/bash cat "$@" | sed 's/^/\t/'
15 novembre 2007 — code, linux, shell
1 Sunny :
Usage:
$ cat file.txt My file Is quite fun $ dent file.txt My file Is quite fun $ grep fun file.txt | dent | dent Is quite fun
est un développeur web vivant à Paris — Contact — Archives
Textes et contenus sous licence Creative Commons.
1 Sunny :
Usage: