Sponsored Content
Full Discussion: Accepting A-Za-Z
Top Forums Shell Programming and Scripting Accepting A-Za-Z Post 302462621 by puttster on Thursday 14th of October 2010 03:56:46 PM
Old 10-14-2010
Is there a way to convert everything to caps after you take it in?
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Accepting User Input

I'm just starting out with UNIX and have figured some stuff out. I just need some help with accepting user input on the command line. For instance, I created a number counter that counts down from any positive hard coded number. But, I want the commnad line line to read "Countdown 20" where 20... (1 Reply)
Discussion started by: scott78
1 Replies

2. HP-UX

Oracle not accepting new connections

Hi UNIX guru's, Have recently upgraded Oracle from 8i to 10g on an HP-UX (RISC) 11.11 box. At least twice a day the database stops accepting incoming connections and the following errors are observed in the various logs. The box needs to be rebooted to get everything going again. The... (4 Replies)
Discussion started by: mat_cottrell
4 Replies

3. Shell Programming and Scripting

Not able to display the value I am accepting as an argument

Hi, I am new to UNIX. I am facing some problem here. #! /usr/bin/ksh currDate = $1 export currDate; echo " Date is $currDate" when I run this script, it says : currDate not found. Can anybody point out the mistake please. --mahek (3 Replies)
Discussion started by: mahek_bedi
3 Replies

4. UNIX for Dummies Questions & Answers

accepting input date

I how do i accept a input date in script which is lesser than a specified day? ex: to accept a date less than or equal to 100 days(from today).?:( Thanks for the help in advance.:) (1 Reply)
Discussion started by: abhi_123
1 Replies

5. Shell Programming and Scripting

reg accepting password

Hi, I want to login to many systems and password should be taken automatically from a file(login is working but password is not accepting). Any help on this is appreciable . My code. for i in `cat /tmp/tes ` ====>tes file contain list of hosts > do ssh $i > perl prog.pl >... (1 Reply)
Discussion started by: rogerben
1 Replies

6. Shell Programming and Scripting

Help with Accepting Directories as an Argument

I'm doing a script where you are suppose to start off in accepting one or more directory as an argument. How do i do this? Sorry for the nub question. (2 Replies)
Discussion started by: LinuxUser232331
2 Replies

7. Shell Programming and Scripting

Accepting Input regardless of Case

Hi I am trying to get my script to accept input regardless if the person enters a or A. here is the portion of the code where I get the input. echo -n 'Please enter your choice:' # prompt user for input. read reply # read input echo case $reply in #... (2 Replies)
Discussion started by: DualPandas
2 Replies

8. Shell Programming and Scripting

accepting passwords in shell programming

how do i accept a password like input through keyboard using shell script? i dont know the command for doing so. (5 Replies)
Discussion started by: kz2013
5 Replies

9. Shell Programming and Scripting

script accepting password

Hi friends, I am very new to Unix scripting and having some difficulty in my first shell script. I have written a simple shell script to upload an artifact to a remote machine on the network. echo "Uploading the artifact" scp app.war username@remotemochine.domainname.net:/home/deployables... (3 Replies)
Discussion started by: prashdeep
3 Replies

10. Shell Programming and Scripting

Parameter not accepting in awk

In below script parameterwhich i am passing to awk function is not working.Not sure why its not accepting parameter.Please tell me how to pass parameter to the awk function.Please check the below script. #!/bin/ksh dummy_file=/etlapps/dev/data/sub_servicer_data/ScriptLogs/emp.txt fields=5... (2 Replies)
Discussion started by: katakamvivek
2 Replies
GStreamer::Buffer(3pm)					User Contributed Perl Documentation				    GStreamer::Buffer(3pm)

NAME
GStreamer::Buffer - Data-passing buffer type, supporting sub-buffers. METHODS
GstBuffer = GStreamer::Buffer->new caps or undef = $buffer->get_caps $buffer->set_caps ($caps) o $caps (GStreamer::Caps) GstBuffer = $parent->create_sub ($offset, $size) o $offset (integer) o $size (integer) scalar = $buffer->data $buf->set_data ($data) o $data (scalar) unsigned integer = $buffer->duration bufferflag = $buffer->flags boolean = $buf1->is_span_fast ($buf2) o $buf2 (GstBuffer) GstBuffer = $buf1->join ($buf2) o $buf2 (GstBuffer) GstBuffer = $buf1->merge ($buf2) o $buf2 (GstBuffer) 64 bit unsigned = $buffer->offset 64 bit unsigned = $buffer->offset_end integer = $buffer->size GstBuffer = $buf1->span ($offset, $buf2, $len) o $offset (unsigned) o $buf2 (GstBuffer) o $len (unsigned) $dest->stamp ($src) o $src (GstBuffer) unsigned integer = $buffer->timestamp ENUMS AND FLAGS
flags GStreamer::BufferFlag o 'readonly' / 'GST_BUFFER_FLAG_READONLY' o 'media4' / 'GST_BUFFER_FLAG_MEDIA4' o 'preroll' / 'GST_BUFFER_FLAG_PREROLL' o 'discont' / 'GST_BUFFER_FLAG_DISCONT' o 'in-caps' / 'GST_BUFFER_FLAG_IN_CAPS' o 'gap' / 'GST_BUFFER_FLAG_GAP' o 'delta-unit' / 'GST_BUFFER_FLAG_DELTA_UNIT' o 'media1' / 'GST_BUFFER_FLAG_MEDIA1' o 'media2' / 'GST_BUFFER_FLAG_MEDIA2' o 'media3' / 'GST_BUFFER_FLAG_MEDIA3' o 'last' / 'GST_BUFFER_FLAG_LAST' SEE ALSO
GStreamer COPYRIGHT
Copyright (C) 2005-2011 by the gtk2-perl team. This software is licensed under the LGPL. See GStreamer for a full notice. perl v5.14.2 2012-03-01 GStreamer::Buffer(3pm)
All times are GMT -4. The time now is 06:29 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy