Open navigation menu
Close suggestions
Search
Search
en
Change Language
Upload
Sign in
Sign in
Download free for days
0 ratings
0% found this document useful (0 votes)
36 views
Basic Commands in Unix
Uploaded by
Anish Kulkarni
AI-enhanced title
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
Download now
Download
Save basic commands in unix For Later
Download
Save
Save basic commands in unix For Later
0%
0% found this document useful, undefined
0%
, undefined
Embed
Share
Print
Report
0 ratings
0% found this document useful (0 votes)
36 views
Basic Commands in Unix
Uploaded by
Anish Kulkarni
AI-enhanced title
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
Download now
Download
Save basic commands in unix For Later
Carousel Previous
Carousel Next
Save
Save basic commands in unix For Later
0%
0% found this document useful, undefined
0%
, undefined
Embed
Share
Print
Report
Download now
Download
You are on page 1
/ 2
Search
Fullscreen
1816386@MUMYP10ILP005 MINGW64 ~/Desktop/unixpractice (master)
$ pwd
/d/Users/1816386/Desktop/unixpractice
1816386@MUMYP10ILP005 MINGW64 ~/Desktop/unixpractice (master)
$ mkdir foldername
1816386@MUMYP10ILP005 MINGW64 ~/Desktop/unixpractice (master)
$ touch newfile.txt
1816386@MUMYP10ILP005 MINGW64 ~/Desktop/unixpractice (master)
$ cat newfile.txt
1816386@MUMYP10ILP005 MINGW64 ~/Desktop/unixpractice (master)
$ cat > newfile.txt
this is new file
1816386@MUMYP10ILP005 MINGW64 ~/Desktop/unixpractice (master)
$ cat >> newfile.txt
and this is new content
1816386@MUMYP10ILP005 MINGW64 ~/Desktop/unixpractice (master)
$ cat newfile.txt
this is new file
and this is new content
1816386@MUMYP10ILP005 MINGW64 ~/Desktop/unixpractice (master)
$ ls
'Unix Introduction and Basic commands_V1.0.odp' awk.txt
foldername/ 'how to run shell script commands.txt' sbq1.txt
test.txt
'awk commands.txt' 'basic commands in unix.txt' 'how
to run awk commands.txt' newfile.txt sbq2.txt
1816386@MUMYP10ILP005 MINGW64 ~/Desktop/unixpractice (master)
$ cp newfile.txt copyfile.txt
1816386@MUMYP10ILP005 MINGW64 ~/Desktop/unixpractice (master)
$ man
bash: man: command not found
1816386@MUMYP10ILP005 MINGW64 ~/Desktop/unixpractice (master)
$ man mv
bash: man: command not found
1816386@MUMYP10ILP005 MINGW64 ~/Desktop/unixpractice (master)
$ whoami
1816386
1816386@MUMYP10ILP005 MINGW64 ~/Desktop/unixpractice (master)
$ cat test.txt
ID Name Age Company Skills
1 shubh 23 tcs programmer
2 lokesh 21 xyz tester
3 rahul 27 google trainer
1816386@MUMYP10ILP005 MINGW64 ~/Desktop/unixpractice (master)
$ sort test.txt | uniq
1 shubh 23 tcs programmer
2 lokesh 21 xyz tester
3 rahul 27 google trainer
ID Name Age Company Skills
1816386@MUMYP10ILP005 MINGW64 ~/Desktop/unixpractice (master)
$ cat test.txt | head -2 | tail -1
1 shubh 23 tcs programmer
1816386@MUMYP10ILP005 MINGW64 ~/Desktop/unixpractice (master)
$ cal
bash: cal: command not found
1816386@MUMYP10ILP005 MINGW64 ~/Desktop/unixpractice (master)
$ cat > newfile.txt
unix is awesome
1816386@MUMYP10ILP005 MINGW64 ~/Desktop/unixpractice (master)
$ cat newfile.txt
unix is awesome
1816386@MUMYP10ILP005 MINGW64 ~/Desktop/unixpractice (master)
$ grep -c "unix" newfile.txt
1
1816386@MUMYP10ILP005 MINGW64 ~/Desktop/unixpractice (master)
$ grep -w "unix" newfile.txt
unix is awesome
1816386@MUMYP10ILP005 MINGW64 ~/Desktop/unixpractice (master)
$ grep -o "unix" newfile.txt
unix
1816386@MUMYP10ILP005 MINGW64 ~/Desktop/unixpractice (master)
$ grep -i "Unix" newfile.txt
unix is awesome
1816386@MUMYP10ILP005 MINGW64 ~/Desktop/unixpractice (master)
$ sed 's/unix/linux/' newfile.txt
linux is awesome
1816386@MUMYP10ILP005 MINGW64 ~/Desktop/unixpractice (master)
$
You might also like
Assignment 1
PDF
No ratings yet
Assignment 1
10 pages
108 Unix
PDF
No ratings yet
108 Unix
20 pages
Name-Muskan Agarwal Assignment-1 Codingclub
PDF
No ratings yet
Name-Muskan Agarwal Assignment-1 Codingclub
12 pages
cmd-28-12-2024
PDF
No ratings yet
cmd-28-12-2024
18 pages
Unix Assignments 1
PDF
No ratings yet
Unix Assignments 1
6 pages
224 unix
PDF
No ratings yet
224 unix
20 pages
Command Line Basics
PDF
No ratings yet
Command Line Basics
6 pages
My History
PDF
No ratings yet
My History
4 pages
知乎三剑客26小时:Linux核心命令
PDF
No ratings yet
知乎三剑客26小时:Linux核心命令
316 pages
Name-Muskan Agarwal Assignment-1 Codingclub
PDF
No ratings yet
Name-Muskan Agarwal Assignment-1 Codingclub
7 pages
Unix
PDF
No ratings yet
Unix
24 pages
Working With Unix Quiz
PDF
33% (3)
Working With Unix Quiz
7 pages
Bourne Script Examples
PDF
No ratings yet
Bourne Script Examples
16 pages
UP
PDF
No ratings yet
UP
8 pages
cs234013
PDF
No ratings yet
cs234013
26 pages
Cs Output
PDF
No ratings yet
Cs Output
52 pages
Practical 1 A
PDF
No ratings yet
Practical 1 A
3 pages
Bandwidth
PDF
No ratings yet
Bandwidth
36 pages
Unix Exercise
PDF
No ratings yet
Unix Exercise
8 pages
RHCSA-CLA
PDF
No ratings yet
RHCSA-CLA
64 pages
UNIX Commands
PDF
No ratings yet
UNIX Commands
4 pages
Cheat Sheet Shell
PDF
No ratings yet
Cheat Sheet Shell
20 pages
Unix Lab Programs
PDF
No ratings yet
Unix Lab Programs
8 pages
Foss Lab Manual
PDF
No ratings yet
Foss Lab Manual
51 pages
Introduction To LINUX: By, Ranjini HK
PDF
No ratings yet
Introduction To LINUX: By, Ranjini HK
17 pages
Linux Pracs
PDF
No ratings yet
Linux Pracs
66 pages
Solved Questions of Unix Ch2 and Ch3
PDF
No ratings yet
Solved Questions of Unix Ch2 and Ch3
9 pages
Homework advanced programing 1
PDF
No ratings yet
Homework advanced programing 1
10 pages
Data and Address
PDF
No ratings yet
Data and Address
78 pages
28224lab 3
PDF
No ratings yet
28224lab 3
6 pages
LAB_1
PDF
No ratings yet
LAB_1
5 pages
OS Lab Manual-converted (1)
PDF
No ratings yet
OS Lab Manual-converted (1)
72 pages
Operating Bsystem Pratical
PDF
No ratings yet
Operating Bsystem Pratical
23 pages
Unix
PDF
No ratings yet
Unix
7 pages
2021 s1 Practicals With Answers
PDF
No ratings yet
2021 s1 Practicals With Answers
92 pages
UNIX Assignment 2
PDF
No ratings yet
UNIX Assignment 2
10 pages
LINUX
PDF
No ratings yet
LINUX
4 pages
File Management Commands.: Cat CD CP File Head Tail LN Ls Mkdir More MV PWD RCP RM Rmdir WC
PDF
No ratings yet
File Management Commands.: Cat CD CP File Head Tail LN Ls Mkdir More MV PWD RCP RM Rmdir WC
8 pages
Programs
PDF
No ratings yet
Programs
11 pages
UNIX Hands-On Revised
PDF
No ratings yet
UNIX Hands-On Revised
12 pages
Unix P Journal
PDF
No ratings yet
Unix P Journal
16 pages
Os Record
PDF
No ratings yet
Os Record
30 pages
M.A.M. School of Engineering: Siruganur, Trichy - 621 105
PDF
No ratings yet
M.A.M. School of Engineering: Siruganur, Trichy - 621 105
78 pages
Bash Scripting Cheatsheet
PDF
No ratings yet
Bash Scripting Cheatsheet
9 pages
Working With Vi Editor Commands: Ex No:1 DATE: 17.08.2023
PDF
No ratings yet
Working With Vi Editor Commands: Ex No:1 DATE: 17.08.2023
30 pages
Linux 101 Command Line Cheat Sheet: Bash Basics
PDF
No ratings yet
Linux 101 Command Line Cheat Sheet: Bash Basics
5 pages
EXno 1
PDF
No ratings yet
EXno 1
3 pages
Shell 技巧分享 - 蔡宜利
PDF
No ratings yet
Shell 技巧分享 - 蔡宜利
9 pages
OS Record
PDF
No ratings yet
OS Record
17 pages
Sheets
PDF
No ratings yet
Sheets
5 pages
Intro Unix 02
PDF
No ratings yet
Intro Unix 02
41 pages
Differentiate The Directories and Files
PDF
No ratings yet
Differentiate The Directories and Files
8 pages
Unix Assignment 1
PDF
No ratings yet
Unix Assignment 1
2 pages
Complete Unix and AWK Guide
PDF
No ratings yet
Complete Unix and AWK Guide
19 pages
How to perform command
PDF
No ratings yet
How to perform command
8 pages
Unix Lab QUESTION SET
PDF
No ratings yet
Unix Lab QUESTION SET
11 pages
Unix_Shell_Script
PDF
No ratings yet
Unix_Shell_Script
9 pages
036 - Os - Lab
PDF
No ratings yet
036 - Os - Lab
81 pages
Commands
PDF
No ratings yet
Commands
20 pages
NorthWestNet NUSIRG Internet Guide
From Everand
NorthWestNet NUSIRG Internet Guide
NorthWestNet
No ratings yet
Unix Overview - New
PDF
No ratings yet
Unix Overview - New
21 pages
Architectural Thesis CHECKLIST
PDF
No ratings yet
Architectural Thesis CHECKLIST
7 pages
PDF - KS The Chambers E-Brochure July-2019
PDF
No ratings yet
PDF - KS The Chambers E-Brochure July-2019
4 pages
Thesis List
PDF
0% (1)
Thesis List
104 pages
Report Part 1 (FORM - B)
PDF
No ratings yet
Report Part 1 (FORM - B)
12 pages
MSD Merged
PDF
100% (1)
MSD Merged
56 pages
WORLI MIXED USE DEVELOPMENT TOWER B - MUMBAI - Alustet
PDF
No ratings yet
WORLI MIXED USE DEVELOPMENT TOWER B - MUMBAI - Alustet
1 page
Exam Form Filling Circular Out No 22 Date 24 05 2021 Students
PDF
No ratings yet
Exam Form Filling Circular Out No 22 Date 24 05 2021 Students
2 pages
PDD MCQ's Merged
PDF
No ratings yet
PDD MCQ's Merged
46 pages
5 6235303593277128988 PDF
PDF
No ratings yet
5 6235303593277128988 PDF
1 page
CADCAM Lecture Notes
PDF
No ratings yet
CADCAM Lecture Notes
223 pages
Mechanical All Postal Books Made Eassy
PDF
100% (1)
Mechanical All Postal Books Made Eassy
3 pages
Professional Summary:: Expert Installing, Configuring, Patching Oracle OID
PDF
No ratings yet
Professional Summary:: Expert Installing, Configuring, Patching Oracle OID
5 pages
GST Rescue
PDF
No ratings yet
GST Rescue
1 page
CST 2810 Spring 2014 Lab Report Chapter No: - 1: TITLE
PDF
No ratings yet
CST 2810 Spring 2014 Lab Report Chapter No: - 1: TITLE
1 page
Cse325 Ete
PDF
No ratings yet
Cse325 Ete
11 pages
Workshop Linux
PDF
100% (1)
Workshop Linux
48 pages
Internet Download Manager Serial Key
PDF
No ratings yet
Internet Download Manager Serial Key
2 pages
Digital Dictation Olympus DSS Software Troubleshooting
PDF
No ratings yet
Digital Dictation Olympus DSS Software Troubleshooting
8 pages
(Ebook) LPIC-1: Linux Professional Institute Certification Study Guide by Roderick W. Smith ISBN 9781118495636, 1118495632 pdf download
PDF
100% (3)
(Ebook) LPIC-1: Linux Professional Institute Certification Study Guide by Roderick W. Smith ISBN 9781118495636, 1118495632 pdf download
49 pages
Integrating IBM Content Navigator With IBM Content Analytics With Enterprise Search Using Plugin
PDF
No ratings yet
Integrating IBM Content Navigator With IBM Content Analytics With Enterprise Search Using Plugin
22 pages
Word Basics: Grade 7
PDF
100% (1)
Word Basics: Grade 7
10 pages
Change Boot Order in Windows Linux Dual Boot With Grub Customizer
PDF
No ratings yet
Change Boot Order in Windows Linux Dual Boot With Grub Customizer
1 page
Putty 040319
PDF
No ratings yet
Putty 040319
119 pages
Setup Nagi Os Crypto Lock Probe
PDF
No ratings yet
Setup Nagi Os Crypto Lock Probe
4 pages
Cisco Terminal Server Configuration Example
PDF
No ratings yet
Cisco Terminal Server Configuration Example
5 pages
AHK Shortcuts
PDF
No ratings yet
AHK Shortcuts
5 pages
60.college Event Management System
PDF
No ratings yet
60.college Event Management System
5 pages
FMW 11gr1certmatrix
PDF
No ratings yet
FMW 11gr1certmatrix
285 pages
Deploying MVC5 Based Provider Hosted Apps For On-Premise SharePoint 2013
PDF
No ratings yet
Deploying MVC5 Based Provider Hosted Apps For On-Premise SharePoint 2013
22 pages
Creating Windows Forms Applications With Visual Studio and C# CSCE A331
PDF
No ratings yet
Creating Windows Forms Applications With Visual Studio and C# CSCE A331
21 pages
Microsoft Power BI DIAD_IN
PDF
No ratings yet
Microsoft Power BI DIAD_IN
84 pages
RCS 031 - Linux - Jan - April - 2024
PDF
No ratings yet
RCS 031 - Linux - Jan - April - 2024
4 pages
Solaris Cmds
PDF
No ratings yet
Solaris Cmds
23 pages
Chapter 01 Introduction (1)
PDF
No ratings yet
Chapter 01 Introduction (1)
43 pages
978 1 63057 634 9 1 Ntim55rhxk
PDF
0% (1)
978 1 63057 634 9 1 Ntim55rhxk
40 pages
Vmware - Premium.1V0-21.20.50Q - Demo: Number: 1V0-21.20 Passing Score: 800 Time Limit: 120 Min File Version: 1
PDF
No ratings yet
Vmware - Premium.1V0-21.20.50Q - Demo: Number: 1V0-21.20 Passing Score: 800 Time Limit: 120 Min File Version: 1
16 pages
GettingStarted PDF
PDF
No ratings yet
GettingStarted PDF
7 pages
Rootkits and Bootkits Reversing Modern Malware and Next Generation Threats 1st Edition Alex Matrosov download
PDF
100% (7)
Rootkits and Bootkits Reversing Modern Malware and Next Generation Threats 1st Edition Alex Matrosov download
66 pages
SAP HANA Server Installation Guide en
PDF
No ratings yet
SAP HANA Server Installation Guide en
202 pages
Log 1
PDF
No ratings yet
Log 1
17 pages
Vsphere Esxi 802 Installation Setup Guide
PDF
No ratings yet
Vsphere Esxi 802 Installation Setup Guide
268 pages