What does backslash dot mean as a command?
Clash Royale CLAN TAG #URR8PPP .everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty margin-bottom:0; up vote 11 down vote favorite 2 A software I installed inserted a line in my profile that reads: [ -s "$SOME_FILE" ] && . "$SOME_FILE" I know dot . is synonymous with source , so I suspect this is just sourcing the file, but I have never seen . before; does it do something else? Edit, regarding DVs: searching for "backslash dot" leads to questions regarding ./ when calling executable files, and man source leads to a manpage where . does not appear. I don't know what else to try, hence the question. Edit 2: see related questions Why start a shell command with a backslash Backslash at the beginning of a command Why do backslashes prevent alias expansion Run a command that is shadowed by an alias bash share | improve this question edited 22 hours ago psmears 433 2 8 asked yesterday