I applied the dbexdrvrwin_en.exe hotfix and attempted to install the CR 8.5 sp2 but the service pack asked me to re-install the entire CR 8.5 because it said it couldn't find the original. What a mess...
A report previews successfully using a Report Designer Component (RDC) Active Server Pages (ASP) application. However, when you attempt to expport the report to Microsoft Word (.doc), Rich Text Format (.rtf), or to Portable Document Format (.pdf), one of the following error messages appear...
nbr='ls -l *.Z | wc -l'
echo $nbr
When I try this I get a result that looks like:
ls -l a.Z b.Z c.Z d.Z where a b and c are names of *.Z files.
What I really want is to have the variable $nbr be a number 4 or whatever number equals the number of *.Z files in that directory so that I may...
nbroffilles = ls -l *.Z | wc -l
echo $nbroffiles
The above script does not return the number of *.Z files in the directory that I run the script from. The error message I get is:
nbroffiles: not found
IF I run the command - ls -l *.Z | wc -l from the command line it returns a number equal...
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.