How do you make files unhidden on MacOs?
- KVRAF
- 37536 posts since 14 Sep, 2002 from In teh net
I have some files in a hidden folder that I want to share but when I try and ZIP them and transfer to my Dropbox for sharing they still seem to be hidden? How do I make them unhidden files? I don't mean 'how do I show hidden files' which is all I get from Google along with a ton of advice re terminal stuff I do not understand. Is there a simple way to just change the file's properties so it is a normal file again?
- KVRAF
- 16886 posts since 8 Mar, 2005 from Utrecht, Holland
Do the file names start with a dot? Then just rename them. Otherwise try in a terminal:
Or try a tool that handles this stuff. I use the double-commander (installed by homebrew) for 'advanced' file management.
Code: Select all
chflags nohidden some-file
Last edited by BertKoor on Sun Nov 24, 2024 5:07 pm, edited 2 times in total.
We are the KVR collective. Resistance is futile. You will be assimilated. 
My MusicCalc is served over https!!
My MusicCalc is served over https!!
- KVRAF
- 6209 posts since 25 Dec, 2004
Shift Command .
toggles visibility
toggles visibility
sketches... http://soundcloud.com/onesnzeros
some artists i support... https://bandcamp.com/spectraselecta
some artists i support... https://bandcamp.com/spectraselecta
- KVRAF
- Topic Starter
- 37536 posts since 14 Sep, 2002 from In teh net
It's not visibility I need, I can already do that, it's editing the file so it is no longer invisible
- KVRAF
- Topic Starter
- 37536 posts since 14 Sep, 2002 from In teh net
Just tried Double Commander but it doesn't seem to be able to change a hidden file to an unhidden oneBertKoor wrote: Sun Nov 24, 2024 4:56 pm Do the file names start with a dot? Then just rename them. Otherwise try in a terminal:Or try a tool that handles this stuff. I use the double-commander (installed by homebrew) for 'advanced' file management.Code: Select all
chflags nohidden some-file
Sorry but I don't understand what to do with the terminal commands
- KVRAF
- 16886 posts since 8 Mar, 2005 from Utrecht, Holland
Open Terminal.app, then type commands. The command `cd` changes the current directory.
Maybe this is too retro for you... Stick to something with a GUI.
Double Commander can pack them to zip (from menu File I think) once you have configured you want to see them.
Maybe this is too retro for you... Stick to something with a GUI.
Double Commander can pack them to zip (from menu File I think) once you have configured you want to see them.
We are the KVR collective. Resistance is futile. You will be assimilated. 
My MusicCalc is served over https!!
My MusicCalc is served over https!!
