-1
votes
How do I get the unix find command to print out the file size with the file name?
find . -name "*.ear" | xargs ls -sh
…
0
votes
Open an Emacs buffer when a command tries to open an editor in shell-mode
Along with using emacs client/server, I am using this script to invoke emacs.
This will start emacs if it is not running yet, or just open a new emacs buffer in the running emacs (using g …
