Command Lines

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 2

Command Lines

Command Lines
-do anything fastly
# Deep information. - *shell = command line interpreter (‫ *) مترجم سطر االوامر‬- *terminal = text
input/output enviroment (‫ *)البيئه التي اكتب بها سطر االوامر‬- *CMD = is the original shell fo the
Microsoft DOS operating system (‫ هو الغالف األصلي لنظام التشغيل‬Microsoft DOS)* - *PowerShell =
After CMD* # Examples of Windows command line. - *IP config* - *Move All text in
Subdirectories (‫ *)نقل كل النص في الدالئل الفرعية‬- *Delete files with Extensions ( ‫حذف ملفات ذات امتداداد‬
‫ *)معين‬- *Change Settings Quickly (‫ *)تغيير اإلعدادات بسرعة‬- *Create Many Directories At Once (
‫ *)إنشاء العديد من الدالئل مرة واحدة‬# What we will Learn? - *Windows CDM commands* - *Unix
Systems commands [linux \ Mac]* # <‫ التعامل مع المجلدات والملفات‬Directories & Files.> -
*Directories = ‫ *هو الفولد اللي بعملة في النظام‬- *ipconfig = *‫يتم االستخدام لمعرفه عنوان األي بي الخاص بشبكة االنترنت‬
‫ *للدخول الي فولدر معين‬- = cd + ‫ *للرجوع‬- *‫اسم الفولدر‬
‫ = الي الفولدر السابق‬cd ..* - *‫ = لو عايز ادخل لفولدر معين بسرعة‬cd + ‫ اول حرف من الفولدر‬+Tab* - * ‫لو عايز ارجع‬
‫( للفولدر االساسي‬c:\) = cd \* - *how to creat Directories = mkdir + Directories ‫ *لو عايز اعمل‬- *‫اسم ال‬
‫ = فولدر واحد مكون من اسمين وبينهم مسافه‬mkdir + "farouk mohamed"* ## ‫التعامل مع المجلدات والملفات الجزء‬
‫ الثاني‬Directories & Files - *‫ = لتغير اسم الملف مع تغير مكانوا‬move + ‫ *لتغير اسم‬- *‫ اسم الملف‬+ ‫اسم الملف الجديد‬
‫ = الملف مع تغير مكانوا‬rename + ‫ *لو عايز ارجع الفولدر مكانو تاني‬- *‫ اسم الملف‬+ ‫ = اسم الملف الجديد‬move + ‫اسم الفولد‬
‫ *لنقل فولد بداخلة ملفات الي فولدر تاني‬- *\.. + = cp + -r + ‫ *لحذف فولدر بداخلة ملفات‬- *‫ اسم الملف االول‬+ ‫= اسم الملف ثاني‬
rm + -R + file name* - *‫ = لحذف فولدر ليس بداخلة ملفات‬rm + -d + file name* -

Cat for show the content of file


Echo for printing in file
Grep for looking for file by word
file * to show all files types file xyz.ab to show the file's type touch abc.xyq to create a file
any command /? to show the usage of a command Ctrl + c to stop any running process
tree /a to see all folders and files as a tree osk to use a keyboard on your screen tasklist to
use the task manager

lias => showing shortcuts list alias [os=osama] => for create shortcut firstCommand &&
secondCommand => run two commands at the same time whoami => showing user name
systeminfo => showing all system informations command > filename.txt => pushing result
of command in filename ipconfig => showing network's information command | clip =>
copy command's result

You might also like