Please respond immediately


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting Please respond immediately
# 1  
Old 08-30-2007
Please respond immediately

Hi ..please tell me how to modinfy an existing file in a directory, i need commands like to open edit and save n execute the file in BASH. please respond immediately
# 2  
Old 08-30-2007
Please post exactly what you are looking for??????????
# 3  
Old 08-30-2007
I have a file say x and i need to update with some values in it, and check te output. I need the commands to edit the file, save the file , run the file and how to insert the text and delete the text in the file in bash(bourne shell). Please give me these commands. that shud help me.

thanks
# 4  
Old 08-31-2007
Quote:
Originally Posted by deepti.1104
I have a file say x and i need to update with some values in it, and check te output. I need the commands to edit the file, save the file , run the file and how to insert the text and delete the text in the file in bash(bourne shell). Please give me these commands. that shud help me.

thanks
Deepti,here are the commands that can help you..
file name is x--

1.. vi x --> file is open in commad mode.
2.. for navigation in vi use these commands-
a. h->to move left
b. j->to move down
c. k-> to move up
d. l-> to go right

3.. To write something in vi you have to press i or a to put u in insert mode or append mode.write something in file.

4.. press x to delete a word,dd to delete a line,r to replace a word.
5.. see man vi ->there are so m any commands to do editing and navigation.
6.. To save press escape :wq ->it will save and exit.
escape :w ->only save
escape :q quit
escape :q! ->quit without save.

Thanks,
Namish
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

How to send command and respond to prompt

I m totally new to this so excuse my ignorance. I want to write a small and simple script to execute in terminal on my MAC. I want to be able to send a ssh command and then once connected send the password and once logged in send two commands. I can easily write the script to connect, but then... (2 Replies)
Discussion started by: NOYB111
2 Replies

2. Shell Programming and Scripting

please tell immediately

what is the script to take files from ftp to unix server and unzipped the files (1 Reply)
Discussion started by: sunilamarnadh
1 Replies

3. Programming

SQL Issue please respond !!!

Hi Folks, I have a issue regards space in the records. Example: 999207404 |sp818056|STEVEN |LAWRENCE |Mike.S.Lawrence@sprint.com |2003 S Data Sales Mgr 77 |SVC ... (5 Replies)
Discussion started by: Haque123
5 Replies

4. UNIX for Advanced & Expert Users

Sript need, please respond

Hi I am looking for the script which can move 1month old data from a TXT file.actully in this file data is appended on daily basis.pleasehalp me out. Here is the file content : $head abc.txt. 20070301130052,xxz. 20070307132111,cvasjchgjhcg gacg chjbgasjkchjk.... (3 Replies)
Discussion started by: vpandey
3 Replies

5. Solaris

server not respond

Hi all, i am phasing one problem yesterday.when i was login into sun server with my user id, i am trying to execute unix commands but the server responce is very slow. the command result will give after 5-10 min. i checked /var,/tmp and /export/home file system also.every thing is normal... (4 Replies)
Discussion started by: krishna176
4 Replies

6. UNIX for Dummies Questions & Answers

PGP Auto Respond

This is relating PGP: I wrote a shell script to encrypt a file: pgpe -r <key> (file) Im looking to automate this but when I run my script it keeps running because it prompts: WARNING: The above key is not trusted to belong to: Do you want to use the key with this name? It's... (1 Reply)
Discussion started by: queenie680
1 Replies

7. Linux

please help immediately

how can i check if the size of my file is greater than 5MB and if it is so then how can I direct my data to another new file. the data will be in the form of SQL query (4 Replies)
Discussion started by: infyanurag
4 Replies

8. UNIX for Dummies Questions & Answers

I need help immediately. Please help me

Hi Everyone, I am writing a script, in that i want to find out whether my disk space usage capacity extends more than 98%. If my disk space capacity extends more than 98% i want to print that the space capacity is running out of space otherwise i want to print only the capacity of the space... (4 Replies)
Discussion started by: Sheethal
4 Replies

9. UNIX for Advanced & Expert Users

Volcheck does not respond

what should i do if there's no response by executing volcheck. Rgrds, --NIkk (2 Replies)
Discussion started by: nikk
2 Replies
Login or Register to Ask a Question