From 4ddaf350f25be1fc2be72e4281b9ffc262b1a666 Mon Sep 17 00:00:00 2001 From: Robbie S Date: Tue, 29 Dec 2015 15:43:46 -0800 Subject: [PATCH] Fixed open.md --- pages/osx/open.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pages/osx/open.md b/pages/osx/open.md index 225d97729..09c25db2e 100644 --- a/pages/osx/open.md +++ b/pages/osx/open.md @@ -4,11 +4,11 @@ - Open a file with the associated application -`open filename.ext` +`open {{file.ext}}` - Run a graphical MacOSX application -`open /Applications/iTunes.app` +`open /Applications/{{Application.app}}` - Open the current directory in Finder @@ -16,8 +16,8 @@ - Reveal a file in finder -`open -R /path/dir/file` +`open -R /path/dir/{{file}}` -- Open all the word docs in the current directory with Microsoft Word +- Open all the files of a given extension in the current directory with the associated application -`open *.doc` +`open {{*.ext}}`