Give Command that will move a single file
called "unix.txt"
Answer Posted / kunal bariar
the above 2 answers are for renaming the file from unix.txt
to unix1.txt
the answer is
mv unix.txt "pat name where unix.txt is to be moved"
eg:- mv unix.txt /user1/ins/
| Is This Answer Correct ? | 15 Yes | 0 No |
Post New Answer View All Answers
How many unix commands are there?
What do know about tee command?
What command is used to switching between users in unix?
How do I run a bash script?
Is ‘du’ a command? If so, what is its use?
What is the size of time_t?
What is grep short for?
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?
How do you grep a case insensitive?
What is awk used for?
What does touch command do in unix?
What is s and g in sed command?
How do I run a whois command?
What is difference between grep and find command in unix?
Write a command that will allow a unix system to shut down in 15 minutes, after which it will perform a reboot.