How To Make Copies Of Files In Linux Shell Command Make Backup Copy Of File
Post Description: how to make copies of files in linux shell command make backup copy of file
how, to, make, copies, of, files, in, linux, shell, command, make, backup, copy, of, file
This Post Has Been Viewed 255 Times Since Fri Feb 29, 2008 12:01 pm Posted By linux with 0 replies
POST# 223
Posted On: Fri Feb 29, 2008 12:01 pm
Topic: How To Make Copies Of Files In Linux Shell Command Make Backup Copy Of File
ok, lets say i am at the command prompt in a linux computer. i am at the command shell and i have a file called userlist.txt and i want to make an exact copy of this file. so how do you do that? well its easy. if i want to make a copy of my file called userlist.txt all i have to do is run this command:
cp userlist.txt new_userlist.txt
by running this command, i just made an exact copy of userlist.txt and named it new_userlist.txt
simple huh
No Repies