from Hacker News

Ask HN: Is there an easy way to move a file to its parent folder in OS X?

by cheng1 on 1/19/15, 12:09 PM with 2 comments

I expect something like a simple drag and drop.

Cmd + up arrow key doesn't work when the drag started.

  • by mtmail on 1/19/15, 12:34 PM

    sounds like a good question for/on stackoverflow.com
  • by informatimago on 1/19/15, 12:55 PM

    mv file ..

    MacOSX is a unix system. Work in the Terminal!