Unable to input "@" at HP UX

OS 2020. 3. 25. 15:03

https://www.unix.com/hp-ux/256104-after-using-line-breaks-particular-user-shell.html

// set to default values

stty sane

// change terminal control characters

stty erase "^h" intr "^c" kill "^u" susp "^z" eof "^d"

// see all values

stty -a 

Posted by zennken

protected String getCurrentMethodName() 
{
    return new Exception().getStackTrace()[1].getMethodName();
}

Posted by zennken

cat plugin_directory/plugin.properties

aboutText=blah blah\n\n\
Build Number: 

 

cat build.xml

...

<target name="before-pde-build">

<echo file="${buildDirectory}/plugins/plug_in_name/plugin.properties" message=${env.BUILD_NUMBER}" append="true"/>
</target>

Posted by zennken

zennken

달력