This is the mac version, it's adaptable for other *nixes but they don't have a pbcopy command, not sure how to insert into the clipboard in linux
Code:#/bin/bash for i in {1..20} do echo "" >> tmp.txt echo -e ".\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n" >> tmp.txt done echo $((1 + RANDOM % 100)) >> tmp.txt pbcopy < tmp.txt yes|rm tmp.txt
Results 1 to 8 of 8
Threaded View
-
01-02-2019
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)