REPL
command to play in a sandbox, but sometimes you want to go further and actually use CFML directly in the CLI. This is where the cfml
command comes in handy. The following runs the now() function. It is the equivalent to repl now()
.cfml
command by simply typing the name of the CFML function, preceded by a #
sign.hash( 'mypass' )
and reverse( 'abc' )
.package list
command.java
binary, uses CFML functions to strip out the first line, and then grabs a portion of that string via regex in the sed
command.