Language:
Shell script.sh and ksh     Change language:
Pastebin: 91691
Author: Anonymous
Subject: Untitled
Created: 2008-07-20 11:41:13
Download and save
Toggle line numbers
1mkdir ~/pings 
2while true; do 
3ping -c1 www.google.com > ~/pings/`date +'%Y%m%d%H%M%S'` 
4sleep 1 
5done 
6 
Thread:
[91691] Untitled by Anonymous at 2008-07-20 11:41:13
Tip: Click the line numbers to toggle highliting on that line.

Paste followup:

Language:
Author:
Subject:


    Tabstop:     bigger biggest
Note: You can prefix a line with "@@@" to highlight it.