You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A file starting with a -(dash) can cause issues when working with command-line tools, as most Unix-based commands interpret arguments starting with a dash as options or flags.
So read this type of file we have to specify that -(dash) is used with filename not with flags
cat ./- --> this tells interpreter to look for file - in current directory