UNIX Commands-C Programming

0.0(0)
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/19

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

20 Terms

1
New cards

ls

list files and directories

2
New cards

mkdir

make directory

3
New cards

cd

change directory

4
New cards

cp file1 file2

copy 'filename1' and call it 'filename2'

5
New cards

mv

move or rename "something to something"- you wrote

6
New cards

rm

remove file(you entered)

7
New cards

clear

clears the screen

8
New cards

more

display file(you enter) a page at a time

9
New cards

cat

displays content of file you entered all at once

10
New cards

pwd

prints the current working directory

11
New cards

man

display the manual for the given command

12
New cards

grep

searches a file

13
New cards

ls -a

shows hidden files

14
New cards

ls -l

shows more about file

15
New cards

65

ASCII table for A

16
New cards

97

ASCII table for a

17
New cards

48

ASCII table for 0

18
New cards

32

ASCII table for space

19
New cards

35

ASCII table for #

20
New cards

33

ASCII table for !