Search Results

Search: Posts Made By: gsjf
4,078
Posted By gsjf
find - finding files.
I understand that to find a type of file using command find I could do "find -type f -name \*.htm -print".

However, I wish to find all files BUT *.htm.

Can I negate the search somehow?
...
3,631
Posted By gsjf
hey, I did try. I looked in the info file. I...
hey, I did try. I looked in the info file. I looked in the man file. I looked and READ Peter's post and I DID apply it to my sit'ion. However, it was the syntax of the double slash that error'd me...
3,631
Posted By gsjf
the catch is that i'm using c-shell (tcsh)
the catch is that i'm using c-shell (tcsh)
3,631
Posted By gsjf
dude, that failed to aid me in my answer. c'mon...
dude, that failed to aid me in my answer. c'mon it's one line, someone must know.
3,631
Posted By gsjf
new line at last line
Hay hay all,

I wish to add a new blank line to the end of a file using sed. I've tried:

sed '/$/{G}' /tmp/$$.ace >>! /elsewhere/file.dat

but it fails. I do not think that I am matching the...
7,672
Posted By gsjf
recursion
I'm using the UNIX csh and i wish to use recursion to nav my way up (or down as it is) a given folder.

My little test script is called "r" and takes a folder as argv[1] (or $1)

#!/bin/tcsh -f
...
Showing results 1 to 6 of 6

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