Jul 16 2010
ls full path
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/*
Jul 16 2010
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/*
Jul 07 2010
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.