0% found this document useful (0 votes)
11 views1 page

Prac 1

The document lists various command-line operations commonly used in Unix/Linux systems. It includes commands for navigating directories, managing files, and editing content. Key commands mentioned are 'pwd', 'ls', 'mv', 'mkdir', 'nano', and 'grep'.

Uploaded by

Priyanshu Verma
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
11 views1 page

Prac 1

The document lists various command-line operations commonly used in Unix/Linux systems. It includes commands for navigating directories, managing files, and editing content. Key commands mentioned are 'pwd', 'ls', 'mv', 'mkdir', 'nano', and 'grep'.

Uploaded by

Priyanshu Verma
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

pwd

cd
cd ..
ls
ls-h
touch file_name
cat
head
tail -n14 specific no of line same for head
mv file_name destination
mkdir
rmdir
rm
cp file_name destination
clear
history
whoami
nano file_name
grep search_item file_name

You might also like