How to delete hidden files that I uploaded to Download folder

I read posts on delete but am concerned I'll mess something up - I have never used Terminal and am hoping there's an easier way.
I recently switched from Windows to Mac for my development computer.
I wanted to edit an .htaccess file for a web site I downloaded it to the downloads folder and of course, because it has a dot as the first character it turns out I can delete it. I was able to edit the htaccess file with Fetch, saved it to a web dev folder and upload it. But I still have an .htaccess file in my Download folder that I would like to remove.
What is the easiest way to do this?
Thank you!

The easiest way is to tell Finder to show hidden files. Open Terminal and copy this to Terminal window:
defaults write com.apple.finder AppleShowAllFiles TRUE && killall Finder
Then, go to Downloads folder and delete the file. Finally, return to Terminal and copy the same text but replacing TRUE for FALSE.
Alternatively, if you know the name of the file, you can move to Downloads folder in Terminal with the cd command and use the rm command to delete the file, but it's dangerous. Don't do it unless you are sure what you are doing, and make a backup

Similar Messages

  • What is the default file that's in the downloads folder on a fresh install of OSX?

    I deleted the .pdf file that's in the Downloads folder when you first install OSX.
    Is there anyway to get this file back?

    The file is the "About Downloads" pdf file, that's preset in the Downloads folder when you first install the OS.
    Can this be replaced if you accidentally delete it?

  • How to delete music file that is not downloaded into iTunes?

    Im having a problem deleting a file I asked to open a music file, with itunes.
    I was on a site called mp3skulls trying to listen and possibly download a file. I accidently requested it to be opened with itunes and as it did open with itunes and played. I can't simply delete it. It's not downloaded into my mac nor is it downloaded into itunes. It seems like it is being streamed from the site onto my itunes. I tried to find a delete option but there isn't one and i tried just dragging it to my trash can but it is still there playing.
    there is a symbol right in front of the name that looks like this ((.)) (there's a dot in the middle) if that helps anything.
    I just need to know how to delete this file cause i do not want to keep it.
    Thank you!

    If it is a system file and even if the file is corrupted, it cannot be deleted.
    Try reinstalling phone software using Nokia suite if the phone supports Nokia suite and an USB port.
    -------------------If this post helped you, click on accept as solution.------------------
    -----------------------------Appreciate by clicking on white star.----------------------------

  • How to - delete physical files that have been removed from library

    Hello,
    I have recently purged my iTunes library from unwanted music tracks. However, most of those tracks were located in various folders on my harddisk, thus not managed by iTunes (not being on the "My Music\Itunes" folder).
    I would now like to somehow delete those files that are still on my harddisk. I've searched if there's a script around, but with no luck. What I'd like to do is to have a script that parses my library xml file, and that compares it with the files still present on the harddisk but not listed in iTunes, so that it either generates a list of files to delete, or automatically deletes those files.
    Once this will be done, I plan to move all my remaining music to a new HDD, but before doing that I will need to clean the mess.
    Thanks in advance for your hints!
    Max
    P.S. : I thought of making a new iTunes lib, to import all, and then to somehow run a diff program to remove duplicate items. Does that makes sense ?

    Don't know of any script to do this.
    If the songs are not in iTunes (you deleted them) and they are not in the iTunes music folder, you will need to search & delete them yourself.
    You could do a Windows search the HD for all music and sort by location (In Folder), then delete everything not in the iTunes music folder.
    Or move everything not in the iTunes folder to a folder on the desktop, then sort it out from there.

  • How to delete video files that do not work

    Hi there,
    I am frustrated. I just want to delete video files from my iTunes because they will not work on my iPod...I don't care about all the technical ****, I just want to delete the files so that when I update my iPod, they are taken away.
    Thanks for your help!
    Materialboi9

    Just locate the videos you want to delete in your iTunes library and delete them, simple as that.

  • How to delete hidden files?

    I am trying to delete two hidden files and have copied the given prompts exactly into Terminal and all I get is files not shown. 

    Files have permissions associated with them and if they are not yours, then you can't delete them without elevating your permissions level to do so.
    System files are hidden and have special permissions for a reason, so you don't tamper with then and wind up messing up your machine.
    Some files, even if deleted, are immediately rebuilt if a system process or program needs it, some are regenerated upon launching or rebooting the machine.
    Some files deleted cant' be recovered at all and may cause the machine not to boot the next time.
    LVNV1989 wrote:
    I am trying to delete two hidden files and have copied the given prompts exactly into Terminal and all I get is files not shown. 
    The files may not exist at the path given, you entered it wrong, the instructions might be for another operating system or version of OS X and the files are no longer there.
    What exactly are you trying to do?, what operating system and what hidden files are you trying to delete?
    We can correct your perhaps misguided advice, or find a easier solution to your problem or tell you it won't work and why.
    but we need to know more please.
    If you don't want to tell us, then install the free TinkerTool and enable invisible files and you might be able to delete them manually, however if they are system/root files then your going to need to enter the Admin password for a "sudo" window of root power level destruction. At your own peril! Backup your data now before it's too late.
    Good Luck

  • How to delete purchased items that have not yet downloaded

    How do I delete purchased itune items that have not been downloaded.  When I first started using itunes to download movies I would recieve both hd and standard and I don't want both.....I want to delete all the hd ones.

    Sorry, but you can't remove things already in the download queue. If you don't want the HD versions, just buy the standard-definition versions ("Buy Movie" rather than "Buy HD Movie"). As to movies already in the queue, it will be by far the easiest to just let them finish downloading.
    Regards.

  • How to delete all "files that cannot be found" files faster! Desperate!!

    Hey!! So for the past year and a half, i have had hundreds and hundreds of songs that read "----- file cannot be found--" due to me listening to cd's through itunes, without properly importing them. The result was every song file was saved without the song! So now after i imported the CD's correctly, i have quite a few duplicates of hundreds of songs, and the only way i find out which song is the duplicate is by manually trying to play the individual song. I wish to DELETE all the BLANK songs whether they be duplicates or just single files. I was just tolerating it all this time, but now that i ordered my itouch, i need to consolidate my library! Please help, thanks!!
    PS: I saw other threads where people wanted to delete duplicate songs, but i didn't know if the programs that where reccomended to them deleted a random duplicate, because if that is the case, it could delete the good copy of the song, where i would want it to delete the blank copy. Thanks again.
    = ]
    THANKS AGAIN!!! PLEASE HELP THIS PROBLEM IS KILLING ME! =O
    Message was edited by: mr.nooby

    Here is a script to find dead tracks.
    Rename it to FindDeadTracks.js
    Run iTunes.
    While iTunes is running, double click FindDeadTracks.js to run the script.
    http://ottodestruct.com/itunes/FindDeadTracks.txt
    You can look at the resulting Notepad document it creates, if you like, to make sure it found files you were expecting.
    Then to get rid of those tracks, download this: http://ottodestruct.com/iTunes/RemoveDeadTracks.txt
    Rename it to RemoveDeadTracks.js.
    Run iTunes.
    While iTunes is running, double click RemoveDeadTracks.js to run the script. It'll remove all the exclamation marked tracks.
    For the duplicate tracks, you pretty much need to look at those on a case-by-case basis.

  • How to delete an album that is waiting to download

    I recently purchased an album from iTunes on my iPad. The problem is that after I tapped the "buy album" button it showed it was waiting to download. I couldn't get rid of that message, so I logged out of my account, shut down my iPad, and restarted it. When I logged back in I checked and I still said it was waiting to download. I went back and tried to download the same album and that worked, but that original download is still waiting to download. Any ideas?

    If this should trouble anyone else, I've had this happen to me once the file has seemingly finished downloading and is stuck in the processing stage. Try to reboot your ipad (home + power switch) and your app should be there once you've finished rebooting.  You can then delete the app or keep it there, as you please

  • I want to delete the files and applications in the download  folder. I'm afraid something will happen to the applications already installed. Is it safe to delete?

    Also, can I set the computer to periodically clean this folder? How?

    de miami wrote:
    Also, can I set the computer to periodically clean this folder? How?
    There may be an app somewhere out there to do that, but in my book, that's just something else to complicate things. I have my downloads set to the desktop. I install the app and immediately delete the download (or, if I want to save it, move it to where I want it saved). Takes a few seconds and no housecleaning to worry about later. ymmv

  • How to create a shortcut and/or how to link a file into the applicatio​n/download folder

    I would like to link a generic button of the keyboard to a file (xls, or multimedia or...) or to an application. Is it possible? I see that is possible to create a link only to a contact!
    I'm also interested in moving/link some executable files (like .xls) into the application or download folders... it can be done but I cannot see any icon when I open the Directory from the main menu.
    thanks
    giona

    Are you dragging it to the right side of your Dock? I've got 3 shorcuts to Windows servers in my Dock and put them there simply by dragging.

  • Files that used to be visible are now hidden in Mavericks. How can I change the setting to view the same files as before? I do not need the hidden files that are typically invisible.

    Files that used to be visible are now hidden in Mavericks 10.9.1. How can I change the setting to view the same files as before? I do not need the hidden files that are typically invisible.
    I am having trouble locating such files as PDF's INDD, AI etc. When I view all hidden files and try to open it in the program..it looks like it is really not on the drive. Has anyone come across a solution?

    You may need to rebuild permissions on your user account. To do this,boot to your Recovery partition (holding down the Command and R keys while booting) and open Terminal from the Utilities menu. In Terminal, type:  ‘resetpassword’ (without the ’s), hit return, and select the admin user. You are not going to reset your password. Click on the icon for your Macs hard drive at the top. From the drop down below it select the user account which is having issues. At the bottom of the window, you'll see an area labeled Restore Home Directory Permissions and ACLs. Click the reset button there. The process takes a few minutes. When complete, restart.   
    Repair User Permissions

  • How Do I Delete Hidden Files in Compressed Folders?

    I'm working on a mac and sometimes I compress files and send them to be opened on a PC. Is there anyway to delete the hidden files that mac adds to a zip file before sending it, or disable their creation completely? I'm thinking about getting a mac at home, but this could be one of the deal breakers.
    Kevin

    There are ways to make hidden files visible in the finder, but here I don't think that will help - the files you are seeing are CREATED by the finder, and you are presumably using the finder to make your zip files. So if you make these files visible and try to delete them using the finder before creating your archive they will probably just be re-created. You can delete any file manually in terminal, but I doubt you could do it within an archive.
    Another solution would be to use a stand-alone application to create the zip files instead of the finder. Browsing VersionTracker I came upon "YemuZip", freeware at
    http://www.yellowmug.com/yemuzip/
    Again I haven't tried it, but it claims to be able to exclude the Mac-specific files that show up on PCs.
    Some of these freeware utilities are very handy - at least worth a look.

  • How can clients view video file that I upload to my Creative Cloud area?

    How can clients view video files that I upload to my Creative Cloud area?  Is there a special password that they have to use to gain access?
    Thanks for any guidance.
    Dave

    As a video professional, i agree and am VERY disappointed with this policy.  I attended CC presentations at various conventions, film festivals and meetups for a year-and-a-half before I made the leap to CC, and no one EVER mentioned a restriction to transferring video files.
    Whether it's to save storage space or not, that's how it APPEARS to the end user.  Anybody who knows ANYthing about how video pirates commit their crime (which it most-certainly is), knows that there are plenty of FREE, untraceable (or nearly-anonymous) resources to carry it out.  The need for anyone to pay $30 or more per-month to do it with an acct that has their info attached to it is ludicrous!  If anything it's CONTRIBUTING to piracy to encourage creatives to transfer their material to collaborative parties using a less-secure, more heavily-trafficked third-party service than the one they're paying for exclusive use for.
    Adobe's policy makers need to review this restriction and remove it or provide ANOTHER reason why it exists because this one doesn't fly.  And if it continues, make sure a disclaimer gets inserted in CC pitch presentations because likely half of the attendees are working with video.

  • How to find the file that delete from time capsule?

    How to find the file that delete from time capsule?

    I mean I saved JPEG file in Time capsule and unfortunately delete the file. Can I get it back
    IF.... .no other backups have occured since you deleted the file, you might be able to retrieve it using an application like Disk Warrior. It's about $100 as I recall, and there are no guarantees that it will work.
    DiskWarrior 4 - The Disk Utility for Mac  Disk Repair, Mac Directory ...
    Any of the free or low priced utilities that you might see or try will not be able to retrieve a deleted file from a Time Capsule.
    If any backups have occured since you deleted the file, the deleted file has almost certainly been overwritten. No way to retrieve it in that case.

Maybe you are looking for

  • "Audio File "Recording#27.aif" not found" Error Message- Please HELP!

    Hi Everyone- I was opening a podcast today to finish editing it and I got this error message, "Audio File "Recording#27.aif" Not Found" - and, naturally, when I opened the project, half of a phone interview was missing (or, rather, it shows up as pur

  • Ok Experts-why is the wav getting smaller? it didnt in 1.5

    ok experts-quick questions in adobe audition 1.5 in multitrack one i would add an instrumental of a beat on multitrack two i would record my vocals when i saved these together the song wave would look like it should-with it slightly bigger than the o

  • Make simultaneously or sequentially moveable and editable fields or text sprites in movie.

    I am having a bit of a problem with creating field or text sprites that are both editable and moveable. I want a user to be able to enter text into the sprites and move them around on the stage to serve as labels for schematics they are making. I can

  • Information About Ant Tool

    What is the main purpose of ANT Tool? Can any body tell me? Thanks in advance Srinivasa Rao Somu Software Engineer Netsoft Global Informatics Pvt ltd. [email protected]

  • JCA adapter for lotus notes

    Hi, I am working for the integration of Lotus notes (R5) with weblogic server 7.0 using JCA.Can anyone please help me to know about the JCA Resource adapters that are available for Lotus Notes integration with Weblogic 7.0. with regards, Vinod