treeworkshop.blogg.se

Basic autocad commands with examples pdf
Basic autocad commands with examples pdf














#Basic autocad commands with examples pdf how to

Note: If you want to learn more about users and groups, take a look at our article on how to add a user to a group in Linux. Show the number of words, lines, and bytes in a file: wc Show the contents of a file: more Īppend file contents to another file: cat > ĭisplay the first 10 lines of a file with: head Rename to with the command: mv Ĭreate a symbolic link to a file: ln -s /path/to/ Ĭreate a new file using touch: touch Recursively copy the contents of one file to a second file: cp -r Recursively remove a directory without requiring confirmation: rm -rf Ĭopy the contents of one file to another file: cp Show directory you are currently working in: pwdĬreate a new directory: mkdir List all files ( shows hidden files): ls -a Learn about them in our list of dangerous Linux commands. Note: Some commands are not recommended to use.

basic autocad commands with examples pdf

See files larger than a specified size in a folder: find -size List names that begin with a specified character in a specified location by using the find command: find -name Recursively search for a pattern in a directory: grep -r įind all files and directories related to a particular name: locate Search for a specific pattern in a file with grep: grep Test for unreadable blocks on device/disk: badblocks -s /dev/ Searching Show hardware information from the BIOS: dmidecodeĭisplay disk data information: hdparm -i /dev/diskĬonduct a read-speed test on device/disk: hdparm -tT /dev/ Show PCI devices in a tree-like diagram: lspci -tvĭisplay USB devices in a tree-like diagram: lsusb -tv See information about block devices: lsblk List hardware configuration information: lshw Hardware Informationĭisplay free and used memory with: free -h The commands found in the downloadable cheat sheet are listed below.














Basic autocad commands with examples pdf