'How to use mkdir -v as defaul mkdir in Linux
In linux ,when I use mkdir -v dir1 ; linux will show me some information like "dir1 create " "dir1 exits" ;
mkdir -v make me fell a "Sense of Security" , i like it . But I want make "mkdir -v " as the default "mkdir" , everytime I use mkdir , it will show me infomation ;
I think this idea beacause everytime i use "mkdir -v", i feel it unconvinient .
I have try some method , like export " alias mkdir="mkdir -v " " in my .bashrc , but it didn't work.
Any easy method to achieve this idea ? Thank you very much !
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
