Search Results

Search: Posts Made By: football12345
4,455
Posted By football12345
I am trying to Compile a C program. Run a C...
I am trying to Compile a C program. Run a C program. Run a Python program. Compile and run a java program. Check for a README, display it. Compare 2 files. Clean up intermediary files.

I am only...
4,455
Posted By football12345
Makefile help
I am creating a make file, but i keep getting an error when i try to run it with the following code:

make foo . make $(EXE)

i get


EXE: command not found
make: `foo' is up to date.
make:...
1,727
Posted By football12345
Thank you That helped alot
Thank you That helped alot
1,727
Posted By football12345
yes it states greater no command found
yes it states greater no command found
1,727
Posted By football12345
I have tried that, but it does not work, no idea...
I have tried that, but it does not work, no idea why?
1,727
Posted By football12345
Need help with awk
#!/bin/bash

ARCHIVE="$PWD"
#ARCHIVE="/home/kschmidt/public_html/Files/DrMathArchive"

echo `ls "$ARCHIVE"`
ls "$ARCHIVE" | while read DIR
do
# echo $DIR

# [ -d "$DIR" ] ||...
948
Posted By football12345
Writing a File
#!/bin/bash

ARCHIVE="$PWD"
#ARCHIVE="/home/kschmidt/public_html/Files/DrMathArchive"
NUMBERofDIRS=0
TEST=""



for dir in `ls -l ${ARCHIVE}| egrep '^d' | awk '{print $9}'`;

do


...
3,123
Posted By football12345
I tried that, but it then prints 1 2 3 ...
I tried that, but it then prints

1
2
3
4
5

and I only need 5.
3,123
Posted By football12345
I am just trying to return the number of...
I am just trying to return the number of occurrences of files with the same same before the extension. also I don't want to print what find does
3,123
Posted By football12345
Command on multiple lines
I am writing a script and my command is long so it goes down to the next line, but it does not run properly, the pipe is missing the wc -l. how do i fix this problem.

find ${ARCHIVE}/${dir} -type...
1,285
Posted By football12345
Problem with diff
I am using the diff command, but i cant figure out why it is displaying these strange numbers and letters

diff spellExample spellExample.bak

1c1
< I went to a garden party
---
> I went to a...
1,256
Posted By football12345
I tried this, but it just hangs and I have to use...
I tried this, but it just hangs and I have to use ctr-d to escape it. No idea why?

---------- Post updated at 06:08 PM ---------- Previous update was at 05:56 PM ----------



Thanks I figured...
1,256
Posted By football12345
I am having trouble with this count script
I have to display the file name followed by the line count then work count. I am able to display it in the opposite order, but can figure out how to switch it.

Can anyone help me with this it...
Showing results 1 to 13 of 13

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