- Posted by
- I created a bash function and put it in my ~/.bashrc to open UltraEdit from the command line: ue() { for FILE in "$@"; do if [ ! -e "$FILE" ]; then touch "$FILE" fi done open -a "UltraEdit" "$@" } This will open a file or, if it doesn't exist, create a file and the open it i.e. ue filename This also...Posted in UltraEdit for Mac General Discussion
-   Topics
-   Views
- gilcreque
Mar 01, 2014