Sponsored Content
Top Forums Shell Programming and Scripting sed replace is giving me sore thumbs Post 303040893 by Neo on Friday 8th of November 2019 08:51:22 AM
Old 11-08-2019
Please share with us your final working code.

Thanks.
 

9 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

using sed to replace ' with `

Dear All, I am writting a shell script program on AIX server version 5.3 in which I am doing cleaningprocess for files in which I am trying to replace ' with ` . and for this I am using following command: sed -e 's//$/g' -e 's/\\/\//g' -e 's/'/`/g' $file >>... (2 Replies)
Discussion started by: mr_dba01
2 Replies

2. UNIX for Dummies Questions & Answers

Delete files Recursively *thumbs*.jpg

Greetings, I need to delete all files that contain the word thumbs. Those files are spread all throughout sub-directories in a file directory tree. Is there a script or single line command that will find all files with the word thumbs, and simply delete the file? For example: Delete... (4 Replies)
Discussion started by: ..Chris..
4 Replies

3. 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

4. UNIX for Dummies Questions & Answers

sed - how to replace ' with \'

Hello, I have problem I can't solve. My task is to replace all apostrophes in my music library eg. I'm free to I/'m free I can select ' (apostrophe), but I can't find "to" section.. '/ echo "I'm free" | sed 's/'\''/what_shell_i_put_here/g' many thanks in advance, peter (3 Replies)
Discussion started by: piogac6088
3 Replies

5. Shell Programming and Scripting

How to use sed to replace the a string in the same file using sed?

How do i replace a string using sed into the same file without creating a intermediate file? (7 Replies)
Discussion started by: gomes1333
7 Replies

6. Shell Programming and Scripting

Sed in vi - \r and \n not giving desired results

I use many different machines at work, each with different versions of o/s's and installed applications. Sed in vi is particularly inconvenient in the sense that sometimes it will accept the "\r" as a carriage return, sometimes not. Same thing with "\n". For instance, if I have a list of hosts... (7 Replies)
Discussion started by: MaindotC
7 Replies

7. Shell Programming and Scripting

sed -i option giving error no such file or directory

I created a shell with sed -i option. It is giving error - No such file or directory Ex - sed -i 's/yes/no' yes.txt sed -i 's/why/where' yes.txt sed -i 's/when/how' yes.txt Error - :No such file or directory When I run single line in my script say sed -i 's/yes/no' yes.txt... (10 Replies)
Discussion started by: yahoo
10 Replies

8. Shell Programming and Scripting

sed and awk giving error ./sample.sh: line 13: sed: command not found

Hi, I am running a script sample.sh in bash environment .In the script i am using sed and awk commands which when executed individually from terminal they are getting executed normally but when i give these sed and awk commands in the script it is giving the below errors :- ./sample.sh: line... (12 Replies)
Discussion started by: satishmallidi
12 Replies

9. UNIX for Dummies Questions & Answers

sed Replace

I have a file whose output words are always like this: aaaa bbbb cccc dddd. Trying to arrange the data so that there are 2 columns such that the 1st word become the 1st column like this: aaaa aaaa aaaa bbbb aaaa cccc aaaa dddd Trying to use awk... (8 Replies)
Discussion started by: jimmyf
8 Replies
beagle.BeagleJNIWrapper(3)					     HMSBEAGLE						beagle.BeagleJNIWrapper(3)

NAME
beagle.BeagleJNIWrapper - SYNOPSIS
Public Member Functions native ResourceDetails[] getResourceList () native int createInstance (int tipCount, int partialsBufferCount, int compactBufferCount, int stateCount, int patternCount, int eigenBufferCount, int matrixBufferCount, int categoryCount, int scaleBufferCount, final int[] resourceList, int resourceCount, long preferenceFlags, long requirementFlags, InstanceDetails returnInfo) native int finalize (int instance) native int setPatternWeights (int instance, final double[] patternWeights) native int setTipStates (int instance, int tipIndex, final int[] inStates) native int getTipStates (int instance, int tipIndex, final int[] inStates) native int setTipPartials (int instance, int tipIndex, final double[] inPartials) native int setPartials (int instance, int bufferIndex, final double[] inPartials) native int getPartials (int instance, int bufferIndex, int scaleIndex, final double[] outPartials) native int setEigenDecomposition (int instance, int eigenIndex, final double[] eigenVectors, final double[] inverseEigenValues, final double[] eigenValues) native int setStateFrequencies (int instance, int stateFrequenciesIndex, final double[] stateFrequencies) native int setCategoryWeights (int instance, int categoryWeightsIndex, final double[] categoryWeights) native int setCategoryRates (int instance, final double[] inCategoryRates) native int setTransitionMatrix (int instance, int matrixIndex, final double[] inMatrix, double paddedValue) native int getTransitionMatrix (int instance, int matrixIndex, final double[] outMatrix) native int updateTransitionMatrices (int instance, int eigenIndex, final int[] probabilityIndices, final int[] firstDerivativeIndices, final int[] secondDervativeIndices, final double[] edgeLengths, int count) native int updatePartials (final int instance, final int[] operations, int operationCount, int cumulativeScalingIndex) native int waitForPartials (final int instance, final int[] destinationPartials, int destinationPartialsCount) native int accumulateScaleFactors (final int instance, final int[] scaleIndices, final int count, final int cumulativeScalingIndex) native int removeScaleFactors (final int instance, final int[] scaleIndices, final int count, final int cumulativeScalingIndex) native int resetScaleFactors (final int instance, final int cumulativeScalingIndex) native int copyScaleFactors (final int instance, final int destScalingIndex, final int srcScalingIndex) native int calculateRootLogLikelihoods (int instance, final int[] bufferIndices, final int[] categoryWeightsIndices, final int[] stateFrequenciesIndices, final int[] cumulativeScaleIndices, int count, final double[] outSumLogLikelihood) native int calculateEdgeLogLikelihoods (int instance, final int[] parentBufferIndices, final int[] childBufferIndices, final int[] probabilityIndices, final int[] firstDerivativeIndices, final int[] secondDerivativeIndices, final int[] categoryWeightsIndices, final int[] stateFrequenciesIndices, final int[] scalingFactorsIndices, int count, final double[] outSumLogLikelihood, final double[] outSumFirstDerivative, final double[] outSumSecondDerivative) native int getSiteLogLikelihoods (final int instance, final double[] outLogLikelihoods) Static Public Member Functions static void loadBeagleLibrary () throws UnsatisfiedLinkError Static Public Attributes static final String LIBRARY_NAME = getPlatformSpecificLibraryName() static BeagleJNIWrapper INSTANCE Author Generated automatically by Doxygen for HMSBEAGLE from the source code. Version 1.0.0 Fri May 25 2012 beagle.BeagleJNIWrapper(3)
All times are GMT -4. The time now is 09:54 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy