Sponsored Content
Operating Systems HP-UX UNIX VI editor equivalent of LINUX Post 302577607 by pradebban on Tuesday 29th of November 2011 12:23:34 PM
Old 11-29-2011
UNIX VI editor equivalent of LINUX

Hi All,


I am comfortable working in LINUX and need equivalents for HP-UX for below mentioned,


1. We use TAB key to expand/reveal a name in LINUX. Is there any way to make this work for UNIX, where it is double escape.


2. Also can we use make use of left,down,up,right keys instead of hjkl keys.

How to change these in VI editor. Please suggest.

Thanks a lot.
 

8 More Discussions You Might Find Interesting

1. Linux

Linux equivalent for daemon2

Hi all... In my Unix system a program exists called "daemon2" which is responsible to enqueue program executions. For example, if I want to make the system to enqueue lpr executions for certain users, I call daemon2 with lpr as the parameter. Is there an equivalent in Linux? Thanks Jaime (0 Replies)
Discussion started by: jstuardo
0 Replies

2. UNIX for Advanced & Expert Users

ufsdump equivalent in linux and unix

Hi all, I am preparing for a worst case scenario. Say i have a production server A, should A fails ( for whatever reason), i want another server B to take over. How can i move everything from A to B? Assuming i have regular backup of A. I've searched in the forums, and briefly came across... (4 Replies)
Discussion started by: new2ss
4 Replies

3. UNIX for Advanced & Expert Users

ACF2 equivalent in Unix or Linux ?

In IBM Mainframe they have something called ACF2 rule which is essentially used to control the dataset access. It is kind of a list-based access control for mainframe datasets. Is there anything equivalent to ACF2 available in Unix ? Thanks Rabi (1 Reply)
Discussion started by: indra_saha
1 Replies

4. Linux

Linux equivalent for...

I moved to a Linux system from Windows a few months ago. Most of the programs I had been using were already native to Linux (Firefox, the GIMP, Pari, etc.) and most others I found a close enough program (Crimson Editor -> gedit, Visual Studio -> KDevelop, Primo -> Morain's ECPP). Now I'm down... (1 Reply)
Discussion started by: CRGreathouse
1 Replies

5. Linux

/etc/netmasks equivalent in linux

Hi Guys, I am used to configuring DHCP on Solaris and foreach subnet added I place a corresponding entry in /etc/netmasks. I am now looking at configuring DHCP on linux, is there an equivalnet entry required somewhere or is this not needed in linux Thanks (3 Replies)
Discussion started by: eeisken
3 Replies

6. Red Hat

NFS_v4_fail_over_timeout equivalent in Linux

Hi, I need to mount a replicated nfs4 export on a number of AIX and Redhat hosts. To get the failover on the clients working smoothly, I need to change certain values on the AIX boxes like nfs_v4_fail_over_timeout, timeo and retrans values. Since I have no clue about Linux, I am not quite sure... (1 Reply)
Discussion started by: zxmaus
1 Replies

7. Shell Programming and Scripting

Need Linux equivalent for UNIX

I have a folder called "log" which has a few sub-folders say "fda" "fd7" "fdd" "fd6 .... " I wish to fire the below command inside each subfolder starting with the folder with the latest time stamp. grep "$greptime.*exit" Prod.$(hostname).log | grep $fdrdate_new If the seach did not yield... (3 Replies)
Discussion started by: mohtashims
3 Replies

8. What is on Your Mind?

What is Your Favorite Editor for Linux and UNIX? | A Video in 1080 HD

We have asked UNIX.com users over the years what is their favorite editor and why. Here is the top three answers. Here is a new YT video on this question: What Editor Does Everyone Use? https://youtu.be/gqE8RTZZt9g Of course, vi was the overwhelming favorite. Credits: 1080 HD... (3 Replies)
Discussion started by: Neo
3 Replies
PEGASUS-SC-CONVERT(1)													     PEGASUS-SC-CONVERT(1)

NAME
pegasus-sc-converter - A client to convert site catalog from one format to another format. SYNOPSIS
pegasus-sc-converter [-v] [-V] [-h] [-Dproperty=value...] [-I fmt] [-O fmt] -i infile[,infile,...] -o outfile DESCRIPTION
The pegasus-sc-converter program is used to convert the site catalog from one format to another. Currently, the following formats of site catalog exist. Text This is a easy to read multiline textual format. A sample entry in this format looks as follows site local{ sysinfo "INTEL32::LINUX" gridlaunch "/nfs/software/pegasus/default/bin/kickstart" workdir "/scratch" gridftp "gsiftp://viz-login.isi.edu/scratch" "4.0.4" universe transfer "viz-login.isi.edu/jobmanager-fork" "4.0.4" universe vanilla "viz-login.isi.edu/jobmanager-pbs" "4.0.4" lrc "rlsn://smarty.isi.edu" profile env "GLOBUS_LOCATION" "/nfs/software/globus/default" profile env "LD_LIBRARY_PATH" "/nfs/software/globus/default/lib" profile env "PEGASUS_HOME" "/nfs/software/pegasus/default" } XML This is equivalent to the Text format in XML. All information in the Text format can be represented in the XMLS format and vice-a-versa. A sample entry in this format looks as follows <site handle="local" gridlaunch="/nfs/software/pegasus/default/bin/kickstart" sysinfo="INTEL32::LINUX"> <profile namespace="env" key="GLOBUS_LOCATION" >/nfs/software/globus/default</profile> <profile namespace="env" key="LD_LIBRARY_PATH" >/nfs/software/globus/default/lib</profile> <profile namespace="env" key="PEGASUS_HOME" >/nfs/software/pegasus/default</profile> <lrc url="rlsn://smarty.isi.edu" /> <gridftp url="gsiftp://viz-login.isi.edu" storage="/scratch" major="4" minor="0" patch="4"> </gridftp> <jobmanager universe="transfer" url="viz-login.isi.edu/jobmanager-fork" major="4" minor="0" patch="4" /> <jobmanager universe="vanilla" url="viz-login.isi.edu/jobmanager-pbs" major="4" minor="0" patch="4" /> <workdirectory >/scratch</workdirectory> </site> This format conforms to the XML schema found at http://pegasus.isi.edu/schema/sc-2.0.xsd. XML3 This format is a superset of previous formats. All information about a site that can be described about a site can be described in this format. In addition, the user has finer grained control over the specification of directories and FTP servers that are accessible at the head node and the worker node. A sample entry in this format looks as follows <site handle="local" arch="x86" os="LINUX"> <grid type="gt2" contact="viz-login.isi.edu/jobmanager-pbs" scheduler="PBS" jobtype="compute"/> <grid type="gt2" contact="viz-login.isi.edu/jobmanager-fork" scheduler="Fork" jobtype="auxillary"/> <head-fs> <scratch> <shared> <file-server protocol="gsiftp" url="gsiftp://viz-login.isi.edu" mount-point="/scratch"> </file-server> <internal-mount-point mount-point="/scratch" free-size="null" total-size="null"/> </shared> </scratch> <storage> <shared> <file-server protocol="gsiftp" url="gsiftp://viz-login.isi.edu" mount-point="/scratch"> </file-server> <internal-mount-point mount-point="/scratch" free-size="null" total-size="null"/> </shared> </storage> </head-fs> <replica-catalog type="LRC" url="rlsn://smarty.isi.edu"> </replica-catalog> <profile namespace="env" key="GLOBUS_LOCATION" >/nfs/software/globus/default</profile> <profile namespace="env" key="LD_LIBRARY_PATH" >/nfs/software/globus/default/lib</profile> <profile namespace="env" key="PEGASUS_HOME" >/nfs/software/pegasus/default</profile> </site> This format conforms to the XML schema found at http://pegasus.isi.edu/schema/sc-3.0.xsd. OPTIONS
-i infile[,infile,...], --input infile[,infile,...] The comma separated list of input files that need to be converted to a file in the format specified by --oformat option. -o outfile, --output outfile The output file to which the output needs to be written out to. Other Options -I fmt, --iformat fmt The input format of the input files. Valid values for the input format are XML and Text. -O fmt, --oformat fmt The output format of the output file. Valid values for the output format is XML3. -v, --verbose Increases the verbosity of messages about what is going on. By default, all FATAL ERROR, ERROR , WARNINGS and INFO messages are logged. -V, --version Displays the current version number of the Pegasus Workflow Planner Software. -h, --help Displays all the options to the pegasus-plan command. EXAMPLE
pegasus-sc-converter -i sites.xml -I XML -o sites.xml.new -O XML3 -vvvvv AUTHORS
Karan Vahi <vahi at isi dot edu> Gaurang Mehta <gmehta at isi dot edu> Pegasus Team http://pegasus.isi.edu 05/24/2012 PEGASUS-SC-CONVERT(1)
All times are GMT -4. The time now is 06:19 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy