Skip to content

Write out a file, one line at a time, with a ... pause

License

Notifications You must be signed in to change notification settings

gregn610/dripfeed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dripfeed

Write out a file, one line at a time, with a ... pause

Usage

~~~ $./dripfeed.py Usage: dripfeed.py [options] FILES ... dripfeed.py [options] - dripfeed.py (-h | --help) dripfeed.py --version ~~~

Example

~~~ $# First Terminal $ $ seq 1000 5 1100 > ../data/test_numbers.txt $ ./dripfeed.py -i 3 ../data/test_numbers.txt & [1] 66929 $ [1]+ Done ./dripfeed.py -i 3 ../data/test_numbers.txt ~~~

and while that is running

$# Second Terminal
$ tail -f ../data/test_numbers.txt
1000
1005
1010
1015
1020
1025
1030
1035
1040
1045
1050
1055
1060
1065
1070
1075
1080
1085
1090
1095
1100
^C
$

About

Write out a file, one line at a time, with a ... pause

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages