mv Flashcards

1
Q

mv

A

Rename SOURCE to DEST, or move SOURCE(s) to DIRECTORY.

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

mv

  • n
  • i
  • b
  • S
  • t
  • T
A
  • n, –no-clobber, Do not overwrite.
  • i, –interactive, Prompt before overwrite.
  • b, Like –backup but does not accept an argument.
  • S, –suffix=SUFFIX, Override the usual backup suffix.
  • t, –target-directory=DIRECTORY, Move all SOURCE arguments into DIRECTORY.
  • T, –no-target-directory, Treat DEST as a normal file.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly