Search Results

Search: Posts Made By: kezkez
1,333
Posted By kezkez
Compare
grep '^.......$' /usr/dict/words | cut -c1,2,3,5,6,7
This gives a list of 6 character strings, some are words some not. Any suggestions on how I can get rid of the ones that aren't words and print...
2,311
Posted By kezkez
i read the question incorrectly to begin with, it...
i read the question incorrectly to begin with, it is suppose to start with the char and have the remaining letters anywhere else in the word. i'm thinking it would be something like grep '^$1' |...
2,311
Posted By kezkez
findword script
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:

Script :...
1
awk
1,177
Posted By kezkez
awk
Was wondering if anyone had a suggestion on how to get this awk to go back to the primary prompt instead of =0?


awk'{ printf "=%d\n",$1+$2 }'

ouput:

$ add
1 2
=3

=0

=0
1,667
Posted By kezkez
Script: phonedecode
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:

script:...
Showing results 1 to 5 of 5

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