Use and complete the template provided. The entire template must be completed. If you don't, your post may be deleted!
1. The problem statement, all variables and given/known data:
Trying to run script but everytime I do I get teh following error message
line 4: [1: command not found
I have attempted different version but still come up with same results.
2.
hi my code is something like
Code:
count=0
echo "oracle TABLESPACE NAME nd TARGET"
while [ loop condition ]
do
count=`expr $count + 1`
(1) tts_space_name$count=`echo $tts | cut -d "," -f$cou
Can we count to 200 before a non-Chrome user resets the count?
1
I am trying to count number of record in a file and then append a trailer to that file.
Trailer should e in the format as below
T| <count of records>
count of records ---> this count should be one less than the actual count obtained, as the file will have a header.
i have something like this
Code:
tablesName="abc def hij akn ...
Hello
Machine A:CC: Sun C++ 5.5 Patch 113817-07 2004/03/23
Machine B:CC: Sun C++ 5.8 2005/10/13
I have compiled a code with same options
/opt/SUNWspro/bin/CC -c -fast -O3 -DSYSTEMV -DCGM attdictionary.C
on both the Machines A,B
on Machine A i could see code successfully compiled
on Machine B it is not it reporting following Error
"attdictionary.C",line 226: Error: count is not def
Use and complete the template provided. The entire template must be completed. If you don't, your post may be deleted!
1. The problem statement, all variables and given/known data:
A script that takes any number of directories as command line arguments and then lists the contents of each of these directories.
My active users count on google play store is showing a much bigger number than my own users count. over time, over app versions. the count is bigger by ~25% (10s of thousands of users).
My count is based on a ping that send every time user is install or using the application. if there's no internet at the moment it saves the ping to a time that internet will be available.
Hi I have coded this bash script to count the number of tabs in file.but when i run the script i am getting this error. what
is the mistake i ve done?
line 5: syntax error: "(" unexpected
Code:-
#!/bin/sh
#
FILE='unit-1-slide.txt'
OUTPUTFILE='output-for'- $FILE'
COUNT=$(awk'{print gsub(/\t/,"")}' $FILE)
OUTPUT_PATH='/home/user/Desktop'
echo $COUNT >> $OUTPUTFILE
echo "Done!"