Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

5
  • You're right. I noticed it and i was about to fix it, but i managed to delete my entire home folder in the proccess. Yay for me! Thank you for pointing it out though, hopefully it'll help someone else some day. Quick unrelated question: In a fresh ubuntu install, the folders located inside the home folder (Desktop, Downloads and whatever else is in there) are empty by default, right? If that is the case, could you possibly name all of the folders located in there? I only lost one important file and fortunately i have a backup of it, but i want all of my folders back. Could you help me out? Commented Sep 2, 2012 at 19:25
  • @qwerty If you have a separate question, it should be asked as such to preserve the Q&A structure of the site. Commented Sep 2, 2012 at 19:31
  • Sure, why not! If you feel like you can help, here you go: unix.stackexchange.com/questions/46985 Commented Sep 2, 2012 at 19:38
  • "$date" or ${date} is safer if the surrounding text can change. Commented Sep 3, 2012 at 11:11
  • 1
    @l0b0 ${date} is not safe, "${date}" is. Commented Sep 3, 2012 at 15:13