--- id: 27 title: watch di linux =! watch di FreeBSD date: 2003-10-19T13:21:01+00:00 author: hky layout: post guid: http://lostfocus.org/blog/?p=27 permalink: /watch-di-linux-watch-di-freebsd/ dsq_thread_id: - 566032494 categories: - General tags: - General --- Dua command yang sama dengan arti berbeda.. Kalau pengennya running watch di FreeBSD seperti watch yang ada di Linux sebenernya simple.. pake shell script aja.. Misal mau nampilin hasil dari command finger tiap 4 seconds.. here they are #!/bin/sh while [ 1 ] do    clear    finger    sleep 4 done dah.. gitu aja kok.. beres.. kalo mau pake binary binary an gak tau dimana ports nya kalo di FreeBSD.. tapi kalo di NetBSD ada di pkgsrc/misc/watch