Sponsored Content
Full Discussion: AND && in ifeq in makefile
Top Forums UNIX for Advanced & Expert Users AND && in ifeq in makefile Post 302567775 by trento17 on Tuesday 25th of October 2011 12:39:08 AM
Old 10-25-2011
tx, Adama. It's bit much for me, how to make it work syntax wise, can I still do nested if.
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Search for & edit rows & columns in data file and pipe

Dear unix gurus, I have a data file with header information about a subject and also 3 columns of n rows of data on various items he owns. The data file looks something like this: adam peter blah blah blah blah blah blah car 01 30 200 02 31 400 03 57 121 .. .. .. .. .. .. n y... (8 Replies)
Discussion started by: tintin72
8 Replies

2. UNIX for Dummies Questions & Answers

Problem with xterm & tcsh & sourcing a script in a single command

Hi friends, I have a script that sets the env variable path based on different conditions. Now the new path variable setting should not done in the same terminal or same shell. Only a new terminal or new shell should have the new path env variable set. I am able to do this only as follows: >cd... (1 Reply)
Discussion started by: sowmya005
1 Replies

3. Programming

makefile ifeq not working

If I have a makefile that looks like this: regress = NO echo_set_regress: regress = YES echo_set_regress: echo_regress @echo $(regress) echo_regress: @echo $(regress) ifeq ($(regress), NO) @echo "regress == NO" else @echo "regress == YES" endifWhen I run make... (2 Replies)
Discussion started by: mhornee
2 Replies

4. Shell Programming and Scripting

Find & Replace string in multiple files & folders using perl

find . -type f -name "*.sql" -print|xargs perl -i -pe 's/pattern/replaced/g' this is simple logic to find and replace in multiple files & folders Hope this helps. Thanks Zaheer (0 Replies)
Discussion started by: Zaheer.mic
0 Replies

5. Shell Programming and Scripting

PHP read large string & split in multidimensional arrays & assign fieldnames & write into MYSQL

Hi, I hope the title does not scare people to look into this thread but it describes roughly what I'm trying to do. I need a solution in PHP. I'm a programming beginner, so it might be that the approach to solve this, might be easier to solve with an other approach of someone else, so if you... (0 Replies)
Discussion started by: lowmaster
0 Replies

6. Shell Programming and Scripting

replace & with & xml file

Hello All I have a xml file with many sets of records like this <mytag>mydata</mytag> <tag2>data&</tag2> also same file can be like this <mytag>mydata</mytag> <tag2>data&</tag2> <tag3>data2&amp;data3</tag3> Now i can grep & and replace with &amp; for whole file but it will replace all... (4 Replies)
Discussion started by: lokaish23
4 Replies

7. Shell Programming and Scripting

Replace & sign to &amp word

Hi, I have text file abc.txt. In this file, I have the following data. Input: Mr Smith &amp Mrs Smith Mr Smith &apos Mrs Smith Mr Smith & Mrs Smith Mr Smith& Mrs Smith Mr Smith &Mrs Smith Output: Mr Smith &amp Mrs Smith Mr Smith &apos Mrs Smith Mr Smith &amp Mrs Smith Mr Smith&amp... (4 Replies)
Discussion started by: naveed
4 Replies

8. Shell Programming and Scripting

Sort a the file & refine data column & row format

cat file1.txt field1 "user1": field2:"data-cde" field3:"data-pqr" field4:"data-mno" field1 "user1": field2:"data-dcb" field3:"data-mxz" field4:"data-zul" field1 "user2": field2:"data-cqz" field3:"data-xoq" field4:"data-pos" Now i need to have the date like below. i have just... (7 Replies)
Discussion started by: ckaramsetty
7 Replies

9. Shell Programming and Scripting

GNU & BSD Makefile Directives & Conditions Compatibility

Firstly, I would like to apologize if this is not the appropriate sub-forum to post about GNU/BSD makefile scripting. Though my code is in C++, because I am focusing on the makefile I thought it would go better in shell scripting. Please correct me if I am wrong. Secondly, I am not interested in... (0 Replies)
Discussion started by: AntumDeluge
0 Replies

10. Shell Programming and Scripting

SFTP Shell Script Get & Delete && Upload & Delete

Hi All, Do you have any sample script, - auto get file from SFTP remote server and delete file in remove server after downloaded. - only download specify filename - auto upload file from local to SFTP remote server and delete local folder file after uploaded - only upload specify filename ... (3 Replies)
Discussion started by: weesiong
3 Replies
EBROWSE(1)						      General Commands Manual							EBROWSE(1)

NAME
ebrowse - create a class hierarchy database SYNOPSIS
ebrowse [options] [FILES...] DESCRIPTION
This manual page documents briefly the ebrowse command. Full documentation is available in the GNU Info format. ebrowse is used to create the database used by the class browser in Emacs. OPTIONS
The program follows the usual GNU command line syntax, with long options starting with two dashes (`-'). -a, --append append output to existing file -f, --files=FILES read input file names from FILE -I, --search-path=LIST set search path for input files -m, --min-regexp-length=N set minimum regexp length to N -M, --max-regexp-length=N set maximum regexp length to N -n, --no-nested-classes exclude nested classes -o, --output-file=FILE set output file name to FILE -p, --position-info print info about position in file -s, --no-structs-or-unions don't record structs or unions -v, --verbose be verbose -V, --very-verbose be very verbose -x, --no-regexps don't record regular expressions --help display this help --version display version info SEE ALSO
emacs(1), etags(1), and the full documentation for ebrowse which is maintained as a Texinfo manual. If the info and ebrowse programs are properly installed at your site, the command info ebrowse should give you access to the complete manual. AUTHOR
Ebrowse was written by Gerd Moellmann. COPYING
Copyright (C) 2008-2013 Free Software Foundation, Inc. Permission is granted to make and distribute verbatim copies of this document provided the copyright notice and this permission notice are preserved on all copies. Permission is granted to copy and distribute modified versions of this document under the conditions for verbatim copying, provided that the entire resulting derived work is distributed under the terms of a permission notice identical to this one. Permission is granted to copy and distribute translations of this document into another language, under the above conditions for modified versions, except that this permission notice may be stated in a translation approved by the Free Software Foundation. EBROWSE(1)
All times are GMT -4. The time now is 11:01 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy