Search Results

Search: Posts Made By: syco__
Forum: Debian 08-02-2011
6
2,488
Posted By syco__
scottn just rename it and get over it you already...
scottn just rename it and get over it you already sent me an inbox message and now your just posting irrelevant unwanted posts. Please keep this in mind in the future.
Forum: Debian 07-31-2011
6
2,488
Posted By syco__
sorry not sure on what your asking Debian...
sorry not sure on what your asking

Debian GNU/Linux 6.0??

browsers
iceweasel
Forum: Debian 07-31-2011
6
2,488
Posted By syco__
Help
I have two questions is there a plug-in so i can watch youtube and other such embedded video?

and i have a duel set up is there a way i can access my Linux side files whilst in Windows??
...
Forum: UNIX and Linux Applications 06-23-2011
1,651
Posted By syco__
Im having a few problems. 1. do i burn all...
Im having a few problems.
1. do i burn all files to disc or just the isolinux folder
and then do i reboot to run it?
Forum: UNIX and Linux Applications 06-21-2011
1,651
Posted By syco__
ill give it a shot.
ill give it a shot.
Forum: UNIX and Linux Applications 06-21-2011
1,651
Posted By syco__
Thanks but im not worried about installing linux...
Thanks but im not worried about installing linux again. But if there is not a known way to go about this ill have to do that. But when i do put windows in it wont let me install it for one reason or...
Forum: UNIX and Linux Applications 06-20-2011
1,651
Posted By syco__
Hardrive Spliter.
I am running Linux - Debian on my harddrive at present and i want to split the remainder of my hardrive into another portion so that i can install windows on it. What is the best way to go about...
1,567
Posted By syco__
\(abcd\) so with the above does it just...
\(abcd\)

so with the above does it just simply mean abcd?

---------- Post updated at 05:53 AM ---------- Previous update was at 05:53 AM ----------

\(abcd\)

so with the above does it...
1,898
Posted By syco__
Exam Study - 2007.
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:

Im unsure...
1,567
Posted By syco__
Regular Expression.
can someone let me know what this means in english.

\(abcd\)


\ is an escape key right?

Thanks

Also im getting confused with something like it

[a-z] does this mean any single...
5,116
Posted By syco__
I have been playing with these scripts abit to...
I have been playing with these scripts abit to understand them but the next thing i want to do is print the lines from the file with 1 word.

would i put this in a loop and say if $el = 1 print...
5,116
Posted By syco__
#!/bin/bash el=0; while read do ...
#!/bin/bash

el=0;

while read
do
el=`wc -l -w text.txt`
echo "$el";
done < "text.txt"


I have this code working it out puts the toal lines and total word count is there anyway to give...
5,116
Posted By syco__
while read do el=`wc -w text.txt` echo...
while read
do
el=`wc -w text.txt`
echo "$el";
done < "text.txt"


ok so i have this and it works fine. thanks for that. How would i go about the next step in getting it to word count line by...
5,116
Posted By syco__
Ok i have researched this a little and coming...
Ok i have researched this a little and coming across a few problems.

1. When this code is used.

#!/bin/bash

lc=0;
el=0;

while read
do
el= wc -w;
lc=$(($lc+1));
echo "$el";
echo...
5,116
Posted By syco__
Thanks, but I'm unsure as to how to go about...
Thanks, but I'm unsure as to how to go about putting this in a script.

Thanks.
5,116
Posted By syco__
Line and word count.
Im trying to make a bash file that will take another file and count how many lines there are and then count how many words are in each line.

Any help would be great.
888
Posted By syco__
Thanks alot.
Thanks alot.
Forum: Boot Loaders 05-22-2011
6,939
Posted By syco__
grub - start up
I have finally set up my laptop with linux and windows. But i want the default to be windows on the grub list how can i do this?

Thanks
888
Posted By syco__
is this a Makefile?
file1.h : file2.h file3.h

file1.exe : file4.c file5.c
gcc -o file1.exe file4.c file5.c

file4.c file5.c : file1.h

I was looking up how to make a Makefile and i came across this can...
4,055
Posted By syco__
Yeah thanks alot of slowly getting the hard of...
Yeah thanks alot of slowly getting the hard of the concept just dont know enough programing wise but i have come up with this as my pseudo code.

1. Search Given File
2. Loop looking for /* to */...
4,055
Posted By syco__
Oh sorry, i am creating this bash script to take...
Oh sorry, i am creating this bash script to take effect on a C programed file to take out all the comments. Yes this script does work and now i know why thanks alot you made it very clear. just dont...
4,055
Posted By syco__
Bash Scripting - sed (substitue)
1. The problem statement, all variables and given/known data:

I have been asked to create a bash script to delete comments from another file but in the file they have an echo command with this...
Showing results 1 to 22 of 22

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