Skip to content
cafebedouin.org

cafebedouin.org

The archive is the argument.

  • writing
    • book reviews
    • code
      • github
    • comments
    • essays
    • poetry
    • story ideas
  • reading
    • key books
    • articles
    • blog post
    • books
    • poetry
    • quotes
  • media
    • art
    • books
      • goodreads
    • comics
    • film
      • letterboxd
    • games
    • images
    • interviews
    • music
    • podcasts
    • software
    • videos
  • life
    • open questions
    • lessons
    • educational
    • tools
    • recipes
    • bookmarks
    • biography
  • cafebedouin
    • about
    • favorite posts
    • favorite things
    • github
    • goodreads
    • key books
    • letterboxd
    • portfolio
    • reddit
    • tip jar
    • twitter
  • RSS
  • On The Examined Life

Tag: bash

bash: Number of Days Between Today and Some Future Date

March 23, 2021March 21, 2021 ~ cafebedouin

#!/bin/bash printf -v date '%(%Y-%m-%d)T\n' -1 echo $(( ($(date -d $1 +%s) - $(date -d $date +%s)) / 86400 )) days Above is a bash script to output the number of days between today and some future date. Copy it into a file, e.g., diffdate.sh, into a directory, e.g., ~/bin/scripts. Then, enter the directory you … Continue reading bash: Number of Days Between Today and Some Future Date

Easiest Guide to .bashrc

February 16, 2021February 15, 2021 ~ cafebedouin

"Digesting the syntax and logic of how a bash program is structured has always been an issue. I hope this will make people’s lives a bit easier and make bash a bit more straight forward."-Olafur Palsson, "Easiest Guide to .bashrc" itnext.io. February 7, 2021.

Posts navigation

Older posts
Newer posts

Search

Where to Start

Favorite Posts
On The Examined Life
Deferential Realism
About

Top Posts & Pages

  • Our Technology Sickness—and How to Heal It
  • Iron and Soul by Henry Rollins
  • Hour of the Wolf
  • The Bedouin Way of Life in Rub' al Khali
  • Don't Shoot the Dog by Karen Pryor: Summary

Archives

Enter your email address to follow this blog and receive notifications of new posts by email.

Translate

Site License

CC0 1.0 Universal
A WordPress.com Website.
cafebedouin.org
A WordPress.com Website.
  • Subscribe Subscribed
    • cafebedouin.org
    • Join 464 other subscribers
    • Already have a WordPress.com account? Log in now.
    • cafebedouin.org
    • Subscribe Subscribed
    • Sign up
    • Log in
    • Report this content
    • View site in Reader
    • Manage subscriptions
    • Collapse this bar
 

Loading Comments...