In my opinion, blogs are not only useful to others besides that they are much useful to us. I consider blogs are like class notes. We can go through and tune our understanding of the concepts at anytime in our life.
Wednesday, June 27, 2012
linux commands (for my use)
Executing a shell script
-----------------------
chmod +x script.sh
./script.sh
-----------------------
Renaming the folder
-----------------------
mv "Folder1" "Folder2"
sudo mv "Tinyos" "TinyOS"
Finding files in USB in ubuntu : /media/<usbdrive>
No comments:
Post a Comment