Sunfox


/usr/bin/dent

#!/bin/bash
cat "$@" | sed 's/^/\t/'

1 Commentaire

  1. 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

👨🏻‍🦰 Sunny Ripert

est un développeur web vivant à ParisContactArchives

Textes et contenus sous licence Creative Commons.