Sponsored Content
Full Discussion: Running cmds from a file
Top Forums UNIX for Dummies Questions & Answers Running cmds from a file Post 302256504 by oxoxo on Monday 10th of November 2008 02:16:57 AM
Old 11-10-2008
yep thanks ! Smilie
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

?script/cmds 2 list open files????

I would like to have the commands or a scripts that will show me files that are not open by any process and meet a certain pattern (ie arch.log1_117512.dbf). Basically I a wanting to delete all arched redo logs that oracle has popped out execpt for the current one it is writting to. I am... (3 Replies)
Discussion started by: bn80865
3 Replies

2. Solaris

What's the difference: 'nuhup cmds' Vs 'cmds &'

Hello, Case: If I want to run a script background and logout, which command should I use ? 1)# ./script_name & 2)# nohup script_name 3)# nohup script_name & And any differences ? What happens if I redirect the output to a file? I learned somewhere that the (1) format will stop... (5 Replies)
Discussion started by: billshu
5 Replies

3. UNIX for Advanced & Expert Users

Using sudo for specific cmds

I've been asked to provide access to my system for another group of individuals to perform WebSphere and Portal tasks (stop/start specifically). I run both as root (we can debate this one later) and so know I have to figure out a way for these individuals to start and stop WebSphere and Portal as... (3 Replies)
Discussion started by: scottsl
3 Replies

4. Shell Programming and Scripting

differnce between these cmds

Hi all, I would like to know the difference between these commands /usr/lib/fs/hsfs/mount -F /dev/lofi/1 /usr and mount -F hsfs /dev/lofi/1 /usr In the first case absolute path is specified and in the next the cmd with options ,whats the differnce. PS:am sorry ,coz this had been... (1 Reply)
Discussion started by: wrapster
1 Replies

5. Shell Programming and Scripting

Errors while executing cmds in sun solaris

Hi All, I am using mysql at sun solaris unix(Hp) server. I logged into mysql server with root as user. its logged in properly. Then i used 'show databases' mysql command. its display all the available databases. for example mysql > show databases; It displayed as follows. exampledb1 ... (1 Reply)
Discussion started by: dbsurf
1 Replies

6. UNIX for Dummies Questions & Answers

Errors while executing mysql cmds in SUn solaris server

Hi All, I am using mysql at sun solaris unix(Hp) server. I logged into mysql server with root as user. its logged in properly. Then i used 'show databases' mysql command. its display all the available databases. for example mysql > show databases; It displayed as follows. exampledb1... (1 Reply)
Discussion started by: dbsurf
1 Replies

7. Shell Programming and Scripting

How to run cmds after changing to a new env (shell) in a shell script

Hi, I am using HP-UNIX. I have a requirement as below I have to change env twice like: cadenv <env> cadenv <env> ccm start -d /dbpath ccm tar -xvf *.tar ccm rcv .... mv *.tar BACKUP but after I do the first cadenv <env> , I am unable to execute any of the later commands . ... (6 Replies)
Discussion started by: charlei
6 Replies

8. Shell Programming and Scripting

Perl cmds doesn't work in Bash shell . Plz help

Hi everyone, I have a Linux OS in my PC (older version 9). Its default shell is bash. Whenever I try to run some Perl program it throws error ! eg, if I run this simple PERL program , #!/usr/bin/perl printf "\lHello \n"; $var=3 ; printf $var; @list=(1,2,3); printf "@list";... (6 Replies)
Discussion started by: adc22
6 Replies

9. Shell Programming and Scripting

how to make my own file as a running log file in bash

Hi, I have written a small script from that iam appending the output to a file.If multiple users invoke the same script or if i invoke the same script n number of times (using &), the output file(ZZ/OUT) contains messup information. #!/bin/bash # echo "Hello" >> /tmp/ZZ/OUT sleep 10 echo... (4 Replies)
Discussion started by: blrguest
4 Replies

10. AIX

Difference between lsconf & prtconf cmds on AIX

Friends, Could someone answer me on a silly question of mine: What's the difference between lsconf & prtconf commands of AIX? I find the o/p's of either of these commands to be same. Excuse me if I'm missing something, also I google-ed about it before turning down here for answer. ... (3 Replies)
Discussion started by: thisissouvik
3 Replies
curves(5)							File Formats Manual							 curves(5)

NAME
~/.curves - CurVeS preferences file SYNOPSIS
~/.curves DESCRIPTION
In the user's home directory, the .curves file configures preferences for the CurVeS UI to CVS version control. The hash character '#' all characters that follow up to the end of line are ignored. Blank lines are ignored, too. The significant lines in the file have the format of <variable> = <value> where the variable identifier contains no whitespace and the value is either a decimal number, a hexadecimal number prefixed by 0x, or a string comprised of the first non-whitespace character after the equal sign and all characters up to the end of the line. In addition, boolean options may take any of the strings "yes", "y", "yep", "true", "t" for a truth value and "no", "nope", "n", "false", or "f" for a false value. PREFERENCE ITEMS
ColorScheme 1 Defines a color scheme for coding the file listing. The color coding provides a redundant description of file status. Scheme 0 looks good on the Linux console. Scheme 1 is better for X-Windows XTerms. Scheme 2 is monochrome. CommitCommentEditor line Specifies the name/method of entering commit comments. This option may take any of the values "line" to use the standard single line edit, "builtin" which *will eventually* invoke a simple windowed editor, "editor" to use the default user-specified editor, or "cvs" to use whatever method is defined for CVS. Debug 0 When non-zero, this option enables trace debug output. Trace information is written to the file named by the option DebugOutput. DebugOutput ./log Pathname of file where trace debug output will be written. The Debug option controls whether or not trace information is written to this log file. DebugTimestamps none Describes the method, if any, of timestamping trace debug output messages. This option may take any of the values "tod" for time of day, "relative" for a measure of the time elapsed since the previous trace message, or "none". Editor $(EDITOR) or $(VISUAL) or vi Describes the editor used to edit the configuration file from the File->Options command. InhibitAltCharset yes Inhibits the use of the termcap/terminfo defined alternate characterset for drawing lines and corners. Define this to use ASCII characters instead of the alternate character set. If the termcap/terminfo record doesn't define an alternate character set, ASCII will be used anyway. SenseBinaryFiles yes Enables the automatic determination of new files as either binary of text. When disabled new files are marked as Text but this des- ignation may be changed with the CVS->BinaryToggle command. Sort ca Defines the default sort order for files within a directory. Each letter corresponds to the sort keys in descending order of impor- tance. This sort order may be changed for the current CurVeS session by using the Sort command. The keys are as follows: a sort alphabetically without regard to case. Thus 'AXE' sorts after 'abe'. A sort alphabetically according to ASCII lexical order. Thus 'AXE' sorts before 'abe'. c sort by file classification mark. The order of these marks is defined internally to CurVeS and is from most interesting to least interesting. Source controlled files are more interesting than uncontrolled files. Edited files are more interesting that unedited, added, removed, or out-of-sync files. n sort newest files first. o sort oldest files first. l sort longest files first, those with the greatest file size. s sort shortest files first, those with the smallest file size. cvs cvs Sets the name of the local cvs program. This is the exact name given to the operating system when executing CVS. The program must be either be in the path, or the name must be an absolute path. To enable compression for client/server connections, add the -z# switch to this preference, e.g. "cvs -z9". cvs_server Sets the name of the CVS server program used to access remote repositories via rsh. This preference overrides the environment vari- able CVS_SERVER. The default value is a blank string which will not override the environment variable. It is best to use the envi- ronment variable instead of using this preference so that the CVS command line operates correctly. This preferences tends to be most useful when debugging CurVeS. more more Sets the name of the local pager program. This is the exact name given to the operating system when using more. The program must be either be in the path, or the name must be an absolute path. The pager is used when showing CVS command output to the user. The program must act like a filter. AUTHOR
Marc Singer <elf@debian.org> SEE ALSO
curves(1) Debian 31-Aug-1998 curves(5)
All times are GMT -4. The time now is 11:05 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy