Sponsored Content
Top Forums Shell Programming and Scripting export of a variable isn't working Post 302682865 by IMPe on Tuesday 7th of August 2012 03:21:50 AM
Old 08-07-2012
export of a variable isn't working

Hi

I want export input data ...
Code:
echo "month: [ 04 ]"
read m
export m=$m

also
Code:
export m

is not working ?
the month-variable should be exportet for the use in other scripts,
but it is not working like this. What i'm doing wrong?

Thanks in advance!
IMPe

Last edited by IMPe; 08-07-2012 at 04:57 AM..
 

10 More Discussions You Might Find Interesting

1. Solaris

grep -r isn't working

Hi, I was trying to use this particular option of grep grep -r 'Search_pattern' * This command should ideally search all the occurrences of Search_pattern recursively within a directory & print it on shell prompt. But this command is not doing what is expected. It just displays nothin! ... (8 Replies)
Discussion started by: harishmitty
8 Replies

2. UNIX for Dummies Questions & Answers

Which Sendmail version ? and why -d isn't working

Hi, I am trying to figure out which version I am running of sendmail, but I am buffed. This is what I get sendmail -d0.1 -bt < /dev/null sendmail: illegal option -- d Telneting to my host: ~]$ telnet localhost 25 Trying 127.0.0.1... Connected to localhost. Escape character is... (1 Reply)
Discussion started by: saariko
1 Replies

3. UNIX for Dummies Questions & Answers

Why isn't this working? tsch-doit file

#! /usr/tsch foreach f (`cat contacts.list`) awk '{printf ($2 in a) ? ","$5 : (NR>1) ? RS $2 FS $5 : $2 FS $5; a} END{print e}' $f > $f_inter.map end My file: cat contacts.list is just a list of files. I get this error: doit_contacts2intermap.sh: Command not found. Thanks! (1 Reply)
Discussion started by: lost
1 Replies

4. Shell Programming and Scripting

a very basic sed one-liner...that isn't working :-(

Greetings all. :) I would like to use sed to join all non-blank lines together in a particular file. I was thinking I could do this by simply replacing the terminating, new-line character on every line which is not blank, but I must be missing something in my sed line: $ sed... (3 Replies)
Discussion started by: SteveB-in-LV
3 Replies

5. Shell Programming and Scripting

awk isn't working

awk 'BEGIN{print '1.2449'**0.5}' awk: line 1: syntax error at or near * can someone help me troubleshoot the above command? i'm trying to do the square root of 1.2449. this command works on Red Hat, but for some reasonn isn't working on kubuntu (latest version). shell is bash. i... (3 Replies)
Discussion started by: SkySmart
3 Replies

6. Shell Programming and Scripting

crontab - runninf a java script just isn't quite working...

hi gurus. I have a little script that runs java from a certain directory. This script runs fine when run manually but when I try to schedule it, it fails to find the script. little_script.sh.. /<directory of java>/java -classpath... (3 Replies)
Discussion started by: MrCarter
3 Replies

7. Shell Programming and Scripting

String == isn't working in [[-test

Hi. I'm new to this forum, my English perhaps is not so good, but here is my question: In bash you can use ] for tests, and how I understand it the variable names should be expanded automatically. So this should give "yes": xx=hello $ ] && echo yes || echo no no # not giving "yes" These two... (2 Replies)
Discussion started by: 244an
2 Replies

8. Shell Programming and Scripting

export variable not working after su

I have a requirement to change user inside a shell script and execute group of commands. I have done it many times earlier but never came across the issue with exporting variables. Strangely if a var is exported afetr su, it is not working where as if it is does outside su, it works. Another issue... (8 Replies)
Discussion started by: sasiharitha
8 Replies

9. Shell Programming and Scripting

Chmod working in sudo run script but chown isn't

My git user has permission in sudoers to run a wrapper script to move files into my webroot. Everything is working fine except for the chown line. After the script has run, the files ar still root:root instead of apache:apache. Scratching my head...:confused: #!/bin/sh echo echo "****... (4 Replies)
Discussion started by: dheian
4 Replies

10. HP-UX

Syslog daemon isn't working

Hi All, I've tried starting syslogd on our hp-ux 11.31 server. However, it is not getting started nor it is updating the syslog file. There is no space issue also. However, the mail.log file is approx 2GB, can that be of any issue. Please find the details below: # /sbin/init.d/syslogd... (2 Replies)
Discussion started by: Kits
2 Replies
bibtexconv(1)						    BSD General Commands Manual 					     bibtexconv(1)

NAME
bibtexconv -- BibTeX Converter SYNOPSIS
bibtexconv BibTeX_File [-export-to-bibtex=file] [-export-to-separate-bibtexs=prefix] [-export-to-xml=file] [-export-to-separate-xmls=prefix] [-nbsp=string] [-non-interactive] [-check-urls] [-only-check-new-urls] [-store-downloads=directory] [-add-url-command] [-skip-notes-with-isbn-and-issn] [-add-notes-with-isbn-and-issn] DESCRIPTION
bibtexconv is a BibTeX file converter which allows one to export BibTeX entries to other formats, including customly defined text output. Furthermore, it provides the possibility to check URLs (including MD5, size and MIME type computations) and to verify ISBN and ISSN numbers. bibtexconv provides an interactive mode (usually used in form of export scripts) which allows for fine-granular selection of entries, sorting and export template specification. OPTIONS
The following arguments may be provided: BibTeX_File The BibTeX input file. -export-to-bibtex=file Write the results as BibTeX into the given file. -export-to-separate-bibtexs=prefix Write the results as BibTeX; for each entry, an own file will be created. The filename will be generated from given prefix (e.g. "/tmp/MyBibTex-"), the entry key and ".bib". -export-to-xml=file Write the results as XML (as used by IETF Internet Draft processing tools) into the given file. -export-to-separate-xmls=prefix Write the results as XML; for each entry, an own file will be created. The filename will be generated from given prefix (e.g. "/tmp/MyBibTex-"), the entry key and ".xml". -nbsp=string Replace non-breakable space by given string (for example, "&nbsp;" when writing HTML). -check-urls Check URLs by downloading the content file and adding MD5, size and MIME type entries. -only-check-new-urls Combined with -check-urls, checks are only performed for new entries where MD5, size and/or MIME type are still unknown. -store-downloads=directory Combined with -check-urls, all checked references are downloaded and stored in the given directory. Existing files will be overwrit- ten. -add-url-command Add url{} commands to url tags in BibTeX export. -skip-notes-with-isbn-and-issn When reading the BibTeX file, ignore "note" items with ISBN and ISSN. -add-notes-with-isbn-and-issn When writing a BibTeX file, create "note" items with ISBN and ISSN. -non-interactive Turns on non-interactive mode. Useful for just performing URL checks and ISBN/ISSN verification. COMMANDS
After startup, bibtexconv accepts the following commands from standard input (not as command-line arguments!): cite key custom1 custom2 custom3 custom4 custom5 Select specific entry in the input BibTeX file, given by key. Optionally, up to five custom strings may be attached to the selected entry. citeAll Select all entries in the input BibTeX file. clear Clear all selections. echo string Write given string to standard output. export Export selected entries to standard output, according to configured printing template. header include file Include another export script, given by file name. monthNames jan feb mar apr may jun jul aug sep oct nov dec Changes textual representation of month names. This is necessary when non-English names are required for export. nbsp Changes textual representation of the "non-breakable space", for example &nbsp; in HTML or ~ in BibTeX. sort template template+ templatenew trailer utf8Style xmlStyle EXAMPLES
Have a look into /usr/share/doc/bibtexconv/examples/ (or corresponding path of your system) for example export scripts. The export scripts contain the commands which are read by bibtexconv from standard input. bibtexconv /usr/share/doc/bibtexconv/examples/ExampleReferences.bib -export-to-bibtex=UpdatedReferences.bib -check-urls -only-check-new-urls -non-interactive Checks URLs of all entries in /usr/share/doc/bibtexconv/examples/ExampleReferences.bib, adds MD5, size and MIME type items and writes the results to UpdatedReferences.bib. bibtexconv /usr/share/doc/bibtexconv/examples/ExampleReferences.bib </usr/share/doc/bibtexconv/examples/web-example.export >MyPublications.html Uses export script /usr/share/doc/bibtexconv/examples/web-example.export to export references from /usr/share/doc/bibtexconv/exam- ples/ExampleReferences.bib to MyPublications.html as XHTML 1.1. bibtexconv /usr/share/doc/bibtexconv/examples/ExampleReferences.bib </usr/share/doc/bibtexconv/examples/text-example.export >MyPublications.txt Uses export script /usr/share/doc/bibtexconv/examples/text-example.export to export references from /usr/share/doc/bibtexconv/exam- ples/ExampleReferences.bib to MyPublications.txt as plain text. bibtexconv /usr/share/doc/bibtexconv/examples/ExampleReferences.bib -non-interactive -export-to-separate-xmls=reference. Convert all references to XML references to be includable in IETF Internet Drafts. For each reference, an own file is generated, named with the prefix "reference.", for example reference.Globecom2010.xml for entry Globecom2010. bibtexconv /usr/share/doc/bibtexconv/examples/ExampleReferences.bib -non-interactive -export-to-separate-bibtexs= Convert all references to BibTeX references. For each reference, an own file is generated, named with the prefix "", for example Globecom2010.bib for entry Globecom2010. bibtexconv May 12, 2012 bibtexconv
All times are GMT -4. The time now is 01:21 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy