How to reach to the end of the file?


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers How to reach to the end of the file?
# 1  
Old 12-08-2004
Question How to reach to the end of the file?

What is the command, which takes cursor to the end of file which is opened within vi editor?
# 2  
Old 12-08-2004
.....

Last edited by druuna; 05-21-2009 at 10:12 AM..
druuna
# 3  
Old 12-08-2004
videsh77

The same question was asked yesterday in this very forum!

Please use the search function to avoid asking repetative questions.

Thanks,
ZB
# 4  
Old 12-08-2004
MySQL

It helps, thanks buddy.

I was doing it in wrong way, not using command mode.
# 5  
Old 12-08-2004
You can also use shift+G in command mode to get to the end
 
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Post Here to Contact Site Administrators and Moderators

Trying to reach Neo, but unable to.

Hello, I am trying to reach forum administrator Neo because of specific material that he posted here. I cannot reach him directly via PM him unless I have made 10 posts, but at the same time I don't want to spam the forum with 10 posts just to be able to PM him. I assume I won't be able to... (3 Replies)
Discussion started by: Artashes
3 Replies

2. Red Hat

PC cannot reach two lan card Linux box

we have red hat 6 linux box There are two lan card one lan card eth0 have ip 10.82.190.31/24 GW 10.82.190.254 2th lan card eth1 have ip 10.82.188.33/24 GW 10.82.188.254 I have below route ... I use two route table root@xxx# netstat -rn Kernel IP routing table Destination Gateway ... (5 Replies)
Discussion started by: chuikingman
5 Replies

3. Shell Programming and Scripting

Help with script to reach remote servers

new3=`cat /tmp/list3` for pol in "$new3" $(su - dbadmin -c "ssh $new3 '/usr//llist'"); do export policy=`echo $pol`; su - dbadmin -c "ssh $x '/usr/policycmd $policy -L |grep -i active; echo $policy'">>/tmp/listxyz;done I am having trouble with this testscript as the file list3 has two names... (1 Reply)
Discussion started by: newbie2010
1 Replies

4. Shell Programming and Scripting

NDM process say success but file didn't reach destination

I am using ndmcli to NDM my files. When i do so it prints success for the process, with out any errors, but file is not reached at destination. ndmcli -x << EOJ submit phcdb process snode=$RMT_NODE_NAME step01 copy from (file=$SRC_FILE_NAME pnode) to (file=$DST_FILE_NAME snode... (0 Replies)
Discussion started by: pattamuthu
0 Replies

5. Infrastructure Monitoring

How to setup Email notification when storage reach certain % ?

Hi, I recently research on how auto-mailing to notify the increase of storage size. I try avoid schedule/routine checkup the storage to determine increase the storage size. It is time-consuming. Any comment on how to get the storage size %? and automatically trigger mailing function instead... (16 Replies)
Discussion started by: i-counsellor
16 Replies

6. IP Networking

can't reach host with ipv6

Hi all, First I know little about ipv6. I have two target. A and B,A and B connet with each other *directly* with line.and I can ping each other with ipv4 For A: # ifconfig eth0 Link encap:Ethernet HWaddr 00:21:9B:80:51:68 inet addr:128.224.159.188 Bcast:128.224.159.255... (1 Reply)
Discussion started by: yanglei_fage
1 Replies

7. Shell Programming and Scripting

Add end of char \n on end of file

Hi, I want to add \n as a EOF at the end of file if it does't exist in a single command. How to do this? when I use command echo "1\n" > a.txt and od -c a.txt 0000000 1 \n \n 0000003 How does it differentiate \n and eof in this case? Regards, Venkat (1 Reply)
Discussion started by: svenkatareddy
1 Replies

8. Solaris

Cannot access Sun 10 using Hostname and sun10 cant reach other hostnames

Hi all, I'm setting up a VM on our ESX server using Sun 10 x86. I've configured the hostname in Sun 10, but no other machine is able to use the hostname to communicate with it (i can however use its IP address) hostname is set in the /etc/nodename file my resolv.conf looks like ... (5 Replies)
Discussion started by: isellapples
5 Replies

9. BSD

How to reach files from tape drive using dd

Hi all! I have problem with copying files from tape drive. The contents of tape: silverman# tcopy /dev/sa1 file 0: block size 10240: 21 records file 0: eof after 21 records: 215040 bytes file 1: block size 10240: 20712 records file 1: eof after 20712 records: 212090880 bytes file 2:... (2 Replies)
Discussion started by: d3m00n
2 Replies
Login or Register to Ask a Question