How to restore file after remove?


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting How to restore file after remove?
# 1  
Old 02-19-2008
How to restore file after remove?

Hi
All,

I have couple of questions

1) How to restore file after remove?

2) when we cut and paste in VI editor it's getting spread it's not pasting the way it should be.

Thanks,
Vishal
# 2  
Old 02-19-2008
Dear Vishal,
can u tell how to post new thread in forum?
plz can u help me in this regard.
# 3  
Old 02-19-2008
1 - There is no undo. Once you delete a file, it's gone. (Yeah, it only deletes the directory entry, and if you're a uber-geek it can be restored. But most uber-geeks wouldn't make that mistake in the first place.)

2 - If you cut lines, vi pastes lines, either before or after the current line. If you cut characters, vi pastes chatacters, either before or after the current character. Etc.
# 4  
Old 02-19-2008
Mr Miller,
can u plz let me know how to create new thread in forum.

i have an accout named as naree
# 5  
Old 02-19-2008
can you throw some more light on second question
like I want to cut from notepad and past it in to the vi editor like same as in notepad.

Thanks,
Vishal
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. SCO

File system restore

Hello, I have a big trouble with SCO Open Server. After improper shutdown the file system has damaged. I can see the partitions as volume sizes with divvy command, but the labels are missing (boot, root, etc), so I can not address them when using fsck command. Is there any chance to restore the... (2 Replies)
Discussion started by: ikonoma
2 Replies

2. UNIX for Dummies Questions & Answers

restore cpio file

Hi, under unix aix , i had to put a catostrophic patch from an editor ... i had first made a cpio backup connected root cd /application find . –print | cpio –ocvBm > /sauvegarde/sauvegarde.cpio Does someone know the command to restore my cpio backup ? thanks in advandce to everyone ... (7 Replies)
Discussion started by: bzh35
7 Replies

3. Solaris

restore kernel file

Hi iam new to solaris .if any file lost in kernel how can we retrive that.any one can help me. Thank you for ur reply (3 Replies)
Discussion started by: sivajerripothul
3 Replies

4. Shell Programming and Scripting

restore deleted file

I accidently deleted the files from linux machine. How to restore back the files. (1 Reply)
Discussion started by: sandy1028
1 Replies

5. Ubuntu

How can I restore a file?

Hello! I deleted the disk of my camera by rm, and I need to restore these files. I cannot do it by unrm because that utility is meant for use in ext/ufs filesystem, and that disk is msdosfs. Someone help me! Thanks for any answer! (4 Replies)
Discussion started by: mghis
4 Replies

6. AIX

mksysb restore - Wrong OS level for restore

Hi all, I am still working on my mksysb restore. My latest issue is during an alt_disk_install from tape I got the following error after all the data had been restored. 0505-143 alt_disk_install: Unable to match mksysb level 5.2.0 with any available boot images. Please correct this... (0 Replies)
Discussion started by: pobman
0 Replies

7. UNIX for Dummies Questions & Answers

How to restore splitted DD file

I backup a file to tape by using "dd", since the size is too large it took two tape for the backup, the question is how to restore the said file? The "dd" doesn't ask me insert next tape while restoration. (3 Replies)
Discussion started by: coolmans
3 Replies

8. AIX

4.3.3 restore from file

I had a hard drive fail and am trying to restore a system backup from a file I created about two years ago. At the time I did not have a tape device to use nor a writeable CD drive so I just backed up the machine to a NFS drive. When I created the backup, I used it to set up another machine with... (8 Replies)
Discussion started by: SeanU
8 Replies

9. Linux

how can i restore a deleted file

I am a relatively new linux user.would like to know how to undo a deleted file (2 Replies)
Discussion started by: wojtyla
2 Replies

10. UNIX for Advanced & Expert Users

How do I restore the etc/shadow file

removed this from a friends solaris box via telnet. root can not login at this point is there anyway to fix this via telnet. I have one session open that is not root (2 Replies)
Discussion started by: Youngadmin
2 Replies
Login or Register to Ask a Question