Sponsored Content
Top Forums UNIX for Dummies Questions & Answers about registry and sed command Post 50819 by Optimus_P on Monday 3rd of May 2004 02:31:36 PM
Old 05-03-2004
those are called regular expressions aka regex not registry.

i understand you work well with visual examples but unfortunetly there are no visuals to give. you have an example in your post.

if you are haveing a problem w/ the material you are going over in class you should consult your teacher for referances to more material to help you understand what is going on.

us just giveing you an answer does not help you in anyway except get past the assignment.

2 books i would recommend are by oreilly named:
1) sed & awk
2) mastering regular expressions

the 2nd book is a great book and contains ALOT of examples and details on stuff you can use everyday in programming/scripting/administration
 

9 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

How to change the MTU in Unix registry?

Does anyone know how to or know of a web page where I can find how to change the MTU speed in Unix registry? Any info. would be greatly appreciated. Thanks, Techie (2 Replies)
Discussion started by: Techie_girl
2 Replies

2. UNIX for Dummies Questions & Answers

Comparable registry file in UNIX

Hi all, I am totally new to UNIX. I am currently using converting an existing software package from MFC C++ to wxwindow which allows the software to run under Windows and UNIX. My problem is my existing software package writes to and from the registry. How is this accomplished in UNIX? ... (2 Replies)
Discussion started by: DavidCountry
2 Replies

3. Solaris

Registry analogous in Solaris

Hi, May seem to be an absurd question, still. As we have registry in Windows which keeps track of what is installed and where, what is its analogous thing in Solaris. Is this same in all Unix flavours or different. (4 Replies)
Discussion started by: vibhor_agarwali
4 Replies

4. UNIX for Dummies Questions & Answers

Registry

what Unix systems have for registry? windows have registry. Unix have ??? (1 Reply)
Discussion started by: cs05pp2
1 Replies

5. AIX

How to see a Registry on AIX??

Hi Folks, Could you please help me with the command to find the Registry on AIX machine? For ex in windows we can see a products registry using the REGEDIT....In similar do we have any command for AIX? (1 Reply)
Discussion started by: nvindraneel
1 Replies

6. Shell Programming and Scripting

Loop with sed command to replace line with sed command in it

Okay, title is kind of confusion, but basically, I have a lot of scripts on a server that I need to replace a ps command, however, the new ps command I'm trying to replace the current one with pipes to sed at one point. So now I am attempting to create another script that replaces that line. ... (1 Reply)
Discussion started by: cbo0485
1 Replies

7. UNIX for Advanced & Expert Users

Read/update windows registry using UNIX script

Hi, I have a requirement where in to read the registry value of a windows NT based system from a AIX server which should be automatic. For eg. the script should connect to the Win NT system, read the registry as specified on the input and display the output on the AIX screen? Eg. <script... (3 Replies)
Discussion started by: sathish57
3 Replies

8. Shell Programming and Scripting

Why execution is different from orginal bash registry$database?

Hi all, here's my script #!/bin/ksh if then export DB_CREATE_PATH=`pwd` fi echo echo "********************--Menu--*****************************" echo "*** " echo "*** 1. Pre-Upgrade Steps "... (3 Replies)
Discussion started by: jediwannabe
3 Replies

9. Shell Programming and Scripting

how to get the value of a registry using csh script.

hi, how to get the value of a registry using csh script. thanks. (1 Reply)
Discussion started by: Rashid Khan
1 Replies
GStreamer::Registry(3pm)				User Contributed Perl Documentation				  GStreamer::Registry(3pm)

NAME
GStreamer::Registry - Abstract base class for management of GstPlugin objects HIERARCHY
Glib::Object +----GStreamer::Object +----GStreamer::Registry METHODS
boolean = $registry->add_feature ($feature) o $feature (GStreamer::PluginFeature) boolean = $registry->add_plugin ($plugin) o $plugin (GStreamer::Plugin) registry = GStreamer::Registry->get_default list = $registry->feature_filter ($filter, $first, $data=undef) o $filter (scalar) o $first (boolean) o $data (scalar) list = $registry->get_feature_list_by_plugin ($name) o $name (string) list = $registry->get_feature_list ($type) o $type (string) pluginfeature = $registry->find_feature ($name, $type) o $name (string) o $type (string) plugin = $registry->find_plugin ($name) o $name (string) plugin = $registry->lookup ($filename) o $filename (string) pluginfeature = $registry->lookup_feature ($name) o $name (string) list = $registry->get_path_list list = $registry->plugin_filter ($filter, $first, $data=undef) o $filter (scalar) o $first (boolean) o $data (scalar) list = $registry->get_plugin_list $registry->remove_feature ($feature) o $feature (GStreamer::PluginFeature) $registry->remove_plugin ($plugin) o $plugin (GStreamer::Plugin) $registry->scan_path ($path) o $path (string) boolean = $registry->xml_read_cache ($location) o $location (string) boolean = $registry->xml_write_cache ($location) o $location (string) SIGNALS
plugin-added (GStreamer::Registry, gpointer) feature-added (GStreamer::Registry, gpointer) SEE ALSO
GStreamer, Glib::Object, GStreamer::Object COPYRIGHT
Copyright (C) 2005-2011 by the gtk2-perl team. This software is licensed under the LGPL. See GStreamer for a full notice. perl v5.14.2 2012-03-01 GStreamer::Registry(3pm)
All times are GMT -4. The time now is 06:36 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy