duhkha9622
‎07-13-2021
New Contributor

Joined: September 2015

User Statistics

  • 2 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

!/bin/sh Set UPTIME output for echo UPTIME=uptime | cut -d ',' -f 1 clip the number of days of uptime and set as variable Days Days=echo $UPTIME | cut -d ' ' -f 3 Check that second step is cutting correct field echo $Days Set the max number of days o...
I have been trying to add a bookmark to Google Chrome via script for a while. I finally figured out a few mistakes I have been making and figured I would share it with the world.