Linux Commands for Copy|Move cp - mv -tr| |Top 15 Linux commands|Linux commands For Devops 2020|
.how can we use regular expression .how to create directories including the parent .how to create a file and folder .File Statstics .How to view Hidden Files 1. * = matches any no of any characters 2. ? = matches any single character 3. {} = range of input ------------------------------------------------------------------------------------------------------------------------------------- cp file1 path/filename copy mv =is used for moving files/folders from one location to another It can also be used for rename also mv -R ~$ mv login/enter name/ login/enter/names rename ------------------------------------------------------------------------------------------------------------------------------------- tr = is used for deleting,replacing or changing to upper or lower letters of a given character delete or replace works on only one character echo "Good night" | tr M E
Comments
Post a Comment