25
Sanyam
5y

$ rm -rf 2018
$ mkdir 2019

Comments
  • 3
    Just like I replied to Vivek's post (the one you've prolly copied this pun from w/o any refs), that's a very harsh and destructive approach. I'd use

    mkdir 2019 && rm -f current && ln -s 2019 current
  • 0
    @netikras Who the fuck is Vivek?

    And I believe in deleting history.
  • 3
    Better zip and backup 2018... You'll never know if you need it once again
  • 0
    @FuckedUpGod nixcraft
  • 0
    I would rather do `tar -czf 2018.tar.gz 2018` but that @netikras ln -s thing also seems good.
Add Comment