K7KEZ
  • APRS
  • Linux
  • Apple
  • Android
  • Gadgets
Select Page

Pause a Linux Shell Script using Sleep

by Ron | Jun 26, 2008 | Linux, Uncategorized

It’s easy to pause a shell script during execution. Just add: sleep 10 (where 10 is the number of seconds you want the script to pause.) Some code for testing would be… #!/bin/sh before=”$(date +%s)” echo $before sleep 3 after=”$(date...

Categories

  • Android
  • Apple
  • APRS
  • Bands
    • 2M
    • 70CM
    • HF
    • UHF
    • VHF
  • Gadgets
  • Linux
  • Uncategorized

Recent Posts

  • MERIDN Digipeater Decommissioned
  • Yaesu FT-3DR with the Anker Soundcore Bluetooth Speaker (FAIL)
  • APRS to SMS Gateway
  • FT-2900 Packet Wiring Diagram for TNC Pi 2
  • Easy Digi PTT Settings IC-2300

Recent Comments

  • KD9JQE TIM on APRS Settings For The ISS (International Space Station)
  • Timothy on APRS Settings For The ISS (International Space Station)
  • Ron on APRS Settings For The ISS (International Space Station)
  • Carl on APRS Settings For The ISS (International Space Station)
  • Patrick on [Solved] Subaru Bluetooth Not Automatically Connecting To Phone

Designed by Elegant Themes | Powered by WordPress