Archive for July, 2010

Jul 16 2010

ls full path

Published by michael under Unix/Linux

How do you get the Unix command ls to show you the full path? Unfortunately there’s no argument for ls that will do this directly.
However this will work fine and give you what you want.

ls -d $PWD/*

or

ls -ld $PWD/*

No responses yet

Jul 07 2010

Window Stuck Under Toolbar in OS X

Published by michael under OS X / Apple OS

Sometimes a window can get stuck under the top toolbar in OS X. This often happens when I use Citrix in OS X to run Windows applications. When this happens it’s not possible to grab the window norĀ  to close it. A simple solution for this is to press [fn] [shift] [F2] which will move the application window a bit which allows you to grab it.

No responses yet