Simple BASH One-Liner - Create Subdirectory tree
We know you w`ant to speed up your shell usage and in this vide we show you how to create a simple bash one-liner to create a complete subdirectory tree. Using BASH we can use simple syntax to create one-liner commands lines that are powerful
md ca/{root-ca,sub-ca}/{private,db,certs}
Extend this too, by setting the mode of both private directories
0 комментариев