Skip to main content
Rollback to Revision 4
Source Link
Addison Crump
  • 11.3k
  • 1
  • 45
  • 91

osascript (AppleScript from the command line), 40 3333 32 bytes

(read path to me)'s paragraphsparagraph 1 

Executing on a file called a with osascript a.

Gets the first paragraph (line) of the file and prints it to STDOUT with a trailing newline, therefore the newline in the code.

osascript (AppleScript from the command line), 40 33 bytes

(read path to me)'s paragraphs 1 

Executing on a file called a with osascript a.

Gets the first paragraph (line) of the file and prints it to STDOUT with a trailing newline, therefore the newline in the code.

osascript (AppleScript from the command line), 40 33 32 bytes

(read path to me)'s paragraph 1 

Executing on a file called a with osascript a.

Gets the first paragraph (line) of the file and prints it to STDOUT with a trailing newline, therefore the newline in the code.

Rollback to Revision 3
Source Link
Addison Crump
  • 11.3k
  • 1
  • 45
  • 91

osascript (AppleScript from the command line), 40 33 3233 bytes

(read path to me)'s paragraphparagraphs 1 

Executing on a file called a with osascript a.

Gets the first paragraph (line) of the file and prints it to STDOUT with a trailing newline, therefore the newline in the code.

osascript (AppleScript from the command line), 40 33 32 bytes

(read path to me)'s paragraph 1 

Executing on a file called a with osascript a.

Gets the first paragraph (line) of the file and prints it to STDOUT with a trailing newline, therefore the newline in the code.

osascript (AppleScript from the command line), 40 33 bytes

(read path to me)'s paragraphs 1 

Executing on a file called a with osascript a.

Gets the first paragraph (line) of the file and prints it to STDOUT with a trailing newline, therefore the newline in the code.

added 9 characters in body
Source Link
Addison Crump
  • 11.3k
  • 1
  • 45
  • 91

osascript (AppleScript from the command line), 40 3333 32 bytes

(read path to me)'s paragraphsparagraph 1 

Executing on a file called a with osascript a.

Gets the first paragraph (line) of the file and prints it to STDOUT with a trailing newline, therefore the newline in the code.

osascript (AppleScript from the command line), 40 33 bytes

(read path to me)'s paragraphs 1 

Executing on a file called a with osascript a.

Gets the first paragraph (line) of the file and prints it to STDOUT with a trailing newline, therefore the newline in the code.

osascript (AppleScript from the command line), 40 33 32 bytes

(read path to me)'s paragraph 1 

Executing on a file called a with osascript a.

Gets the first paragraph (line) of the file and prints it to STDOUT with a trailing newline, therefore the newline in the code.

deleted 8 characters in body
Source Link
Addison Crump
  • 11.3k
  • 1
  • 45
  • 91
Loading
added 70 characters in body
Source Link
Addison Crump
  • 11.3k
  • 1
  • 45
  • 91
Loading
Source Link
Addison Crump
  • 11.3k
  • 1
  • 45
  • 91
Loading