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}
This script elevates to Administrator if needed and then toggles IPv6 support on the adaptor specified depending on...
3 years ago I got Apache FOP working with the Sourceforge version of Barcode4J:...
Installed Greeshot but when pressing Print Screen key I got the default windows screen capture tool instead of...
0 Comments