If you're fans of single-liner for UNIX command, you can always use this quick Terminal command line execution trick to save the steps for executing Terminal command.
Here are the steps:
With this trick, I am sure you can start to tweak around with simple command line, e.g. command line for New List View.
Categories:
Daily Tricks
Tags:
Command
Indeed, there are many easter eggs inside your Terminal, but I believe these Terminal command lines will make you smile as it's really fun to play around with. And for some, I am sure you've never seen them before.
cat /usr/share/misc/birthtoken | grep [month]
This Terminal command line will show you what is the birth flower and birth stone for the given birth month, instantly.
$cat /usr/share/misc/birthtoken | grep Jan January:Garnet:Carnation
cat /usr/share/misc/flowers | grep -i [flower-name]
Do you know that Camelia means reflected loveliness? Terminal knows it.
$cat /usr/share/misc/flowers | grep -i Clover Clover:Be mine.