answersLogoWhite

0


Best Answer

You haven't specified what the 'name' is, so it is not possible to answer the question.

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Write a shell script where you check whether the name begins with A and ends with t?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Write a shell script to check whether the given input is prime or not?

shell script for check whether the given no is prime or not??echo "input any number:"read nono=`expr $no`i=`expr 2`while [ $i -lt $no ]doif [ `expr $no % $i` -eq 0];thenecho "$no is not a prime no.."break 2fii=`expr $i +1`doneif [ $i -eq $no ];thenecho "$no is a PRIME no..."fi


How do you write a drama comedy script?

how do you write a drama comedy script, so anyone can answer? check out this site http://screenplaymastery.com/structure.htm it might be of some help. though reading Rober Mckey's '' story'' is the best and easiest read on how to write a script of any genres.


Write a program By using if else statement to read a number and check whether it is positive or negative?

write a c++program by using if statement to read a number and check whether it is positive or negative


Write a shell script to check if you are root or not?

[ $UID -ne 0] # Checks if the user ID is not 0 (root UID)


How do you check an error in a UNIX script?

Errors can occur in a script - you can check the return status of any command to see if part of the script fails. For scripts that are production ready they should always exit with some status, in case one script calls another. In that case you would need to check the status of the called script.


Write a shell script to check that file is empty or not?

#!/bin/sh [ -s $1 ] && echo "not empty" [ -f $1 ] && echo "empty" echo "not a file"


How do you create a PHP script?

To create a PHP script all you have to do is create a new file, then save the file as "filename.php". It must have a .php file extension.After that open the file and put in the PHP tags like shown.Then you write your PHP script within those tags and upload to your web space and check it out.


Write an algorithm to check whether a number is a prime number or not?

You can write out this algorithm. This will then be programmed into the device to make determining prime numbers easier.


Write an algorithm to check whether the given number is odd or even?

Type your answer here... i think we should first enter 1 number then check it


Can you write a C program to check whether a string is an IP address or not?

Use the Exception class and type converters.


Where can you find a JONAS script?

check e-bay.


Can you give me a sample script for a recognition program?

check