Search Results

Search: Posts Made By: Mark Thomas
2,527
Posted By Mark Thomas
How about using a negated character class?...
How about using a negated character class? Matches your example but not your explanation.

grep 'drop table dbo\.[^&]' <inputfile>
3,386
Posted By Mark Thomas
Can you use xargs?
Can you use xargs?
1,619
Posted By Mark Thomas
It's all in the man pages along with some good...
It's all in the man pages along with some good examples.
2,255
Posted By Mark Thomas
It sounds like a path problem to me,...
It sounds like a path problem to me, unfortunately I can't tell you how to fix that using cygwin. If you just want to compile fortran code then maybe MinGW ( www.mingw.org ) is the way to go.
2,952
Posted By Mark Thomas
Wouldn't the shell have something to do with...
Wouldn't the shell have something to do with this? As in "Glob Operators".

In zsh ...

$ls -1 load*
load_ABC_tooracle.dat
load_BBC_tooracle.dat
load_DYZ_tooracle.dat
load_XKZ_tooracle.dat...
10,201
Posted By Mark Thomas
How about 'find' and 'xargs'? find . -name...
How about 'find' and 'xargs'?

find . -name "*" -size 0k |xargs rm
183,986
Posted By Mark Thomas
sed 's/%//' file > newfile
sed 's/%//' file > newfile
2,158
Posted By Mark Thomas
Can you show how you want to output to look? I'm...
Can you show how you want to output to look? I'm not sure I understand what it is exactly you want removed.
4,179
Posted By Mark Thomas
Yes, you'll want to read the man page before you...
Yes, you'll want to read the man page before you try.
4,179
Posted By Mark Thomas
$ls Friday Thursday Wednesday three ...
$ls
Friday Thursday Wednesday three
Monday Tuesday one two

$zip foo *
adding: Friday (stored 0%)
adding: Monday (stored 0%)
adding: Thursday (stored 0%)
adding:...
3,283
Posted By Mark Thomas
Do a search for "free shell access". [...
Do a search for "free shell access".

[ http://sdf.lonestar.org/ ]
[ http://www.ductape.net/~mitja/freeunix.shtml ]
9,887
Posted By Mark Thomas
Could you use 'uniq'? uniq -u test.txt ...
Could you use 'uniq'?


uniq -u test.txt
cat
cattle
bat
battle
mat
matter
fat
fatter
Forum: Open Source 10-26-2006
343,126
Posted By Mark Thomas
It does in Vim 7, only you see the characters...
It does in Vim 7, only you see the characters disappear in Vim.
Forum: What is on Your Mind? 10-26-2006
2,404
Posted By Mark Thomas
Intro ( Mark Thomas )
Houdy everyone!
yes I'm a newbie here

I'm a big fan of the BSD's, in particular NetBSD. Don't have much use for Linux or the various "distro's" of it ( no flame intended ). I'm going to try...
Showing results 1 to 14 of 14

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