649
We've all been there... (sh.itjust.works)
submitted 1 month ago by 0x4E4F to c/[email protected]

I usually use .bak... .old seems so... old.

you are viewing a single comment's thread
view the rest of the comments
[-] [email protected] 5 points 1 month ago* (last edited 1 month ago)

I like adding a backup function to .profile that can take a file or list of files as an argument and make a copy with a date suffix on the file name, and same date additional backups just add a character like ~ at the end. It's in version control, but if I'm testing a change it's just faster to restore the file from a copy in the same place.

[-] [email protected] 3 points 1 month ago

i so agree. i have a script that copies all file arguments into the directory .backups/YYYY-mm-DD-HHMM/ ... handy for risky git operations too.

[-] [email protected] 2 points 1 month ago

Obligatory note that /etc/profile and ~/.profile are only run by login shells, and many terminal emulators do not execute a login shell by default.

Unfortunately, there is no standard secondary place* that all shells execute, so check your chosen shell's manual for what it does run on startup and put your functions into one of those. Preferably one that goes in your homedir.

Alternatively have that file source ~/.profile assuming that won't cause an infinite loop.

* And not even a primary if you count *csh, but if you use those you have other problems.

this post was submitted on 25 May 2024
649 points (99.2% liked)

linuxmemes

19701 readers
637 users here now

I use Arch btw


Sister communities:

Community rules

  1. Follow the site-wide rules and code of conduct
  2. Be civil
  3. Post Linux-related content
  4. No recent reposts

Please report posts and comments that break these rules!

founded 1 year ago
MODERATORS