Sponsored Content
Full Discussion: Changing / to - with vi
Top Forums UNIX for Dummies Questions & Answers Changing / to - with vi Post 302401528 by Scott on Saturday 6th of March 2010 04:17:06 PM
Old 03-06-2010
Hi.

It doesn't sound like much of a homework question!

Escape the / with a \
Code:
:%s/\//-/g

 

10 More Discussions You Might Find Interesting

1. Solaris

changing password

Hi Someone logged on the system with a Normal user and changed the password , for this user , how can i know ? who changed the password from which terminal ? regards Georges (5 Replies)
Discussion started by: itsgeorge
5 Replies

2. Shell Programming and Scripting

changing to a different file

Hi, At the moment, I have inserted an actual filename to conduct searches through it etc... Instead, I want the user to choose a filename and then do the searches against this file, instead of already having specified the file in the code. How would I do this? I tried doing the following, but it... (5 Replies)
Discussion started by: kev269
5 Replies

3. Windows & DOS: Issues & Discussions

Changing IP address

Hi ,,, i just come across this forum and i make it a must to be pay a visit here everyday and through it am learning a lots of things which am sure i will be able to share later... So i have a prob with my pc when i try to change my Ip address in the dos command using ipconfig command i got a... (1 Reply)
Discussion started by: Lutchumaya
1 Replies

4. Post Here to Contact Site Administrators and Moderators

changing my nickname

Hello, is it possible to change my nickname? Thank you. (4 Replies)
Discussion started by: Bashar
4 Replies

5. HP-UX

Changing the machine name

I work on a UNIX HP 10.20 system that recently crashed. I am new with UNIX but I pick things up quick. The system I work on consists of two computers with the same basic hardware config. I have been having trouble loading the program software it uses, NOT the UNIX software, so I used the a... (1 Reply)
Discussion started by: gizmoking
1 Replies

6. Shell Programming and Scripting

Changing userID and Changing group and GID

Hello, I want to write a ksh script about changing UID and changing group with GID. There are multiple servers i want to perform that job. linux1 linux2 linux3 linux4 linux5 ...... . . . . . 1.) How can i enter "password" in script rather asking me? I was trying this... ssh... (2 Replies)
Discussion started by: deal732
2 Replies

7. Solaris

Defaultrouter not changing !!

Hi experts I have to change the default router of some system I tried changing by deleing the existing route by following line #route delete default 172.24.2.101 then I added executed the below line to add the new router #route add default 172.24.1.254 ... (9 Replies)
Discussion started by: kumarmani
9 Replies

8. Shell Programming and Scripting

Changing Name of File

Write a shell program to replace the starting alphabet "a" with "k" for the file names in the current directory. Note : Change only the file names starting with "a". Rest of the file names remains unchanged. Homework. Replies deleted. Closed. (0 Replies)
Discussion started by: shashwat2691
0 Replies

9. Shell Programming and Scripting

password changing

Hi all Im trying to learn the basics of bash and am struggling with some file manipulation. I am trying to run a script that once you have logged in allows you to change your password which is held (along with the corresponding username) in a different file called usernames. When i try to run my... (2 Replies)
Discussion started by: somersetdan
2 Replies

10. UNIX for Dummies Questions & Answers

Changing different value to single value

I have a input file like this select column1,column2 from tablename where column3='1000000001'; select column1,column2 from tablename where column3='1000000002'; select column1,column2 from tablename where column3='1000000003'; select column1,column2 from tablename where column3='1000000004';... (4 Replies)
Discussion started by: nsuresh316
4 Replies
gnome-sound-recorder(1) 					   User Commands					   gnome-sound-recorder(1)

NAME
gnome-sound-recorder - record and play back soundtracks SYNOPSIS
gnome-sound-recorder [--file=filename] [--play=filename] [--record=filename] [--version] DESCRIPTION
gnome-sound-recorder provides a graphical user interface to record soundtracks and play these back on your computer. You can use the Pref- erences dialog to configure several recording options. For more details, press the F1 key to display the online help. You can also launch an audio mixer using the File menu. The mixer used in GNOME for the Solaris operating environment is sdtaudiocon- trol(1). gnome-sound-recorder also uses sox(1) to play back the recorded soundtrack. OPTIONS
The following options are supported: --file=filename Open the specified audio file. You must click on the Play button to start playing the audio file. You can also use -f to specify this option. --play=filename Open the specified audio file and start playing the file. You can also use -p to specify this option. --record=filenamSave the sound being played on your computer into the specified file. You can also use -r to specify this option. --version Display the version number. EXAMPLES
Example 1: Opening a File With gnome-sound-recorder example% gnome-sound-recorder -f filename.wav Example 2: Saving the Recorded Sound to a File example% gnome-sound-recorder -r filename.wav ENVIRONMENT VARIABLES
See environ(5) for descriptions of the following environment variables: HOME User's home directory. EXIT STATUS
The following exit values are returned: 0 Application exited successfully >0 Application exited with failure FILES
The following files are used by this application: /usr/bin/gnome-sound-recTheecommand-line executable for the application. /usr/dt/bin/sdtaudiocontThe command-line executable for the mixer used in GNOME for the Solaris operating environment. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWgnome-sound-recorder | +-----------------------------+-----------------------------+ |Interface stability |External | +-----------------------------+-----------------------------+ SEE ALSO
sdtaudiocontrol(1), sox(1), gst-std-options(5) Latest version of the GNOME Desktop User Guide for your platform. NOTES
Written by Ghee Teo, Sun Microsystems Inc., 2003, 2004. SunOS 5.10 31 Aug 2004 gnome-sound-recorder(1)
All times are GMT -4. The time now is 12:46 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy