i am having a few problems witht his script on these lines :
if[ "${file##*.}" == "l" ];then
# Place your compilation procedure
cc -o "${file##*.}" lex.yy.c -ll
fi
just won't compile
...sure?????
can ne1 help me
this is what i've come up with am gettign errors
#!/bin/csh
while read -a lfiles -p "Enter files to process:"; do
for file in "${lfiles[@]}";do
if[ "${file##*.}" == "l" ];then
# Place your compilation procedure
cc -o "${file##*.}" lex.yy.c -ll
fi
done...
i have a file called C which has the following information:
{n++;t+=$4};END{print "total number of files "n " " "total size"t
print $5, $9}
the code to run on command line is :
Ls –l | grep –v ^d | awk -f C
my problem is that it only prints one ordinary file out of the list. i have 19...
when u normally input a parameter u put it in like:
[Enter Contact Details]
but when i tried ure example tony in the query builder it dont seem to work - none of the results appear?
Where [Table1]![Name] Like "*" & [Enter Contact Details] & "*
how can i make a query that will use a Parameters and a wild card
parameter = insert contact details
wild could shhould be able to search any part of a name.
heres the link http://www.fishcity.pwp.blueyonder.co.uk/test.htm
http://www.fishcity.pwp.blueyonder.co.uk/HARDDRIVES.htm
http://www.fishcity.pwp.blueyonder.co.uk/HARDDRIVES001.htm
this may give yoyu a better picture as to what im having problems with!!!!!
plez help!!!!!!!!!
here is the full coding :
css sheet
BODY{
scrollbar-3d-light-color: #D2D2CA;
scrollbar-arrow-color: #999999;
scrollbar-base-color: #D2D2CA;
scrollbar-dark-shadow-color: #D2D2CA...
what i was asking is that here is a web page which has 1 layer
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type"...
i need help setting up a css sheet for this site
it has layers and uses tables.
if you try to view it may look a bit 'lop-sided'
how can i do it so thtat he layout is perfect.
i thouht a css would solve this??????????
can some 1 help me with this????
an array is made of random numbers and then sorted. ask the user to enter a number i.e.4. the search will start
would a binary alogrithm look like this:?
choose a mid point = midpoint=numberofitems / 2
if it matches the searched the value then stop
if it is...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.