I wanted a directory structure of
/u5/db/prod
/u5/db/test
So I was wondering how you create multiple directories on one level without doing it across multiple commands.
To do it in one line:
mkdir -p /u5/db/{prod,test}
I wanted a directory structure of
/u5/db/prod
/u5/db/test
So I was wondering how you create multiple directories on one level without doing it across multiple commands.
To do it in one line:
mkdir -p /u5/db/{prod,test}
Zebra Printer Language http://labelary.com/viewer.html The above website has a page where you can enter ZPL and it...
Just came across a Youtube talk "Iterators in PHP" by Jake Smith published in 2014 that steps through the many...
array_map can take multiple arrays. I like how it starts mapping through them starting at the first element of each...
0 Comments