help-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Extracting sections from code files


From: Chris Elvidge
Subject: Re: Extracting sections from code files
Date: Wed, 3 Nov 2021 17:39:58 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 Lightning/5.4

On 03/11/2021 03:51 pm, fatiparty--- via wrote:

## Mode: org
#  Assigns shell positional parameters or changes the values of shell
#  options.  The -- option assigns the positional parameters to the
#  arguments of {set}, even when some of them start with an option
#  prefix `-'.
## # End of org

;; Mode: org
;  Assigns shell positional parameters or changes the values of shell
;  options.  The -- option assigns the positional parameters to the
;  arguments of {set}, even when some of them start with an option
;  prefix `-'.
;; # End of org

@c Mode: org
@c Assigns shell positional parameters or changes the values of shell
@c options.  The -- option assigns the positional parameters to the
@c arguments of {set}, even when some of them start with an option
@c prefix `-'.
@c # End of org

grep -v 'org$' testfile | cut -c4-

--
Chris Elvidge
England




reply via email to

[Prev in Thread] Current Thread [Next in Thread]