UNIX CLI Flashcards

1
Q

copy file within same directory (new name)

A

cp ./targ_file.py ./targ_file_new_name.py

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

list files including dotfiles

A

ls -a

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

rename file

A

mv

How well did you know this?
1
Not at all
2
3
4
5
Perfectly