Where can I find .firebaserc
file on Linux Mint in file browser? Or how to delete it using command line?
Asked
Active
Viewed 249 times
2

Alina
- 424
- 1
- 4
- 17
-
Possible duplicate https://stackoverflow.com/questions/46990774/where-to-find-firebaserc-file-on-mac – Christlin Panneer Jul 19 '18 at 08:50
-
1Possible duplicate of [Where to find .firebaserc file on mac?](https://stackoverflow.com/questions/46990774/where-to-find-firebaserc-file-on-mac) – Christlin Panneer Jul 19 '18 at 08:50
1 Answers
0
Try to type in command line [CTRL + SHIFT + T]:
user@computer$ locate .firebaserc
The result should show absolute path to all matching files.

Alexander Valach
- 36
- 1
- 1
- 6