Search Results

Search: Posts Made By: sinner
4,046
Posted By sinner
ok guyz i got it done u can do whatever u...
ok guyz i got it done

u can do whatever u want to do with this post

but i'd like to thanx the following members :

google

Optimus_P

for helping me complete this task

l8er bros:p
4,046
Posted By sinner
ok i think i'm on the right track i've...
ok i think i'm on the right track

i've changed the file, i have a file called C which has the following code:

{n++;t+=$4};END{print "total number of files "n " " "total size"t
print $5, $9} ...
4,046
Posted By sinner
cheers m8 it worked only got 1 thing left to...
cheers m8 it worked

only got 1 thing left to do is to calculate the total number of bytes

should this be added into another file to calculate the total number of bytes
4,046
Posted By sinner
does ne1 know how list the ordinary files not...
does ne1 know how list the ordinary files not directories

been through man pages and there is no command

as the command to display directoy only is ls -d */
2,952
Posted By sinner
probs compiling lex
this is my lex file ------------ test.l

%%
[A-Z]printf("%c",yytext[0]+'a'-'A');.ECHO;


how do i compile it

$ lex test.l cc lex.yy.c -o test -ll <------|
...
4,046
Posted By sinner
cheers bro owe u 1
cheers bro owe u 1
4,046
Posted By sinner
well i need a script that process the output of...
well i need a script that process the output of UNIX command ls -l, where the script takes, the long listing and reduces it to print the size, name of the file, total number of bytes and number of ...
4,046
Posted By sinner
do u think it would be best to process the list...
do u think it would be best to process the list into a file

i.e. ls-l>sinner (sinner name of file)

but if i do this how can i add it into a script

im guessin but will it...
11,846
Posted By sinner
unix dictionary location
ne1 know where unixs built in dictionary is???

is it in this place /usr/dict/words?????
4,046
Posted By sinner
need script to process ls-l command
ne1 know how i can do this????

a script that process the output of UNIX command ls -l

cheers
Showing results 1 to 10 of 10

 
All times are GMT -4. The time now is 12:06 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy