Final Term – context aware terminal emulator
Tag: command line
cheat – interactive cheatsheets on the command-line
systemd documentation
Here is a handy list manuals for the systemd:
- Index of systemd manual pages
- Tips and tricks
- Frequently asked questions
- Debugging
- Incompatibilities
How do you execute a PHP method in a class from the command line?
How do you execute a PHP method in a class from the command line?
php -r 'include "MyClass.php"; MyClass::foo();'
Stack Overflow community is awesome!
ansifilter – ANSI control sequence converter
ansifilter – ANSI control sequence converter
This handy utility is useful for when you need to convert some text with ANSI control sequences into plain text or some other format, like HTML. Â While there, also have a look at highlight script.