bug-bash
[Top][All Lists]
Advanced

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

Feature request


From: root
Subject: Feature request
Date: Thu, 14 May 2015 10:21:03 -0400
User-agent: Mutt/1.5.23 (2014-03-12)

Dear Bash developers,
In effort to create better commented code, I have run across the following 
missing bit of functionality:
No block comments
Which prevents such useful constructs as:
echo    "foo" #! useful comment 1 !# \
        $(somefunction) #! Another comment !# \
        "bar" # standard line comment can go here

yum install \
        package1 #! why it is being installed !# \
        package2 #! why this one is needed !# \
        ...
        packageN # Reason for final package

Thank you for your time and consideration
-Jeremiah



reply via email to

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