Re: Help with a GREP task

2022-07-03 Thread David Kelly
On Jul 3, 2022, at 1:43 PM, David Brostoff wrote: > On Jul 3, 2022, at 7:26 AM, David Kelly wrote: >> >> Create an awk script file. Lets call it "script.awk" that looks like this: >> >> { >> print $1 >> &

Re: Help with a GREP task

2022-07-03 Thread David Kelly
On Jul 3, 2022, at 12:52 AM, David Brostoff wrote: > On Jul 2, 2022, at 9:29 PM, David Kelly wrote: >> >> Type the command line and rather than type the input file name just drag the >> file to the command line. Finder/Terminal will write the file's full path on

Re: Help with a GREP task

2022-07-02 Thread David Kelly
on the command line. By default Terminal's current directory is your home directory, abbreviated ~ so that is where awk will write the output. -- David Kelly N4HHE, dke...@hiwaay.net Whom computers would destroy, they must first d

Re: Help with a GREP task

2022-06-29 Thread David Kelly
awk. In terminal.app it would be something like this: awk ‘{ print $1 >> “col-1.txt” print $2 >> “col-2.txt” }’ input.txt Anyway, that is the idea. My awk is rusty. -- David Kelly N4HHE, dke...@hiwaay.net Whom computers wou

Re: BBEdit and Reminders app

2021-12-07 Thread David Kelly
le app on iPad to read/edit (guessing it will use Pages.app) on the iPad but that’s a bit clumsy. -- David Kelly N4HHE, dke...@hiwaay.net Whom computers would destroy, they must first drive mad. -- This is the BBEdit Talk public discussio

Re: Cleaning up soft returns in database field content

2021-09-24 Thread David Kelly
rch/replace with whatever the intake database recognizes as a soft return. Might not accept soft returns inside a field. -- David Kelly N4HHE, dke...@hiwaay.net Whom computers would destroy, they must first drive mad. -- This is the BBE

Re: Stop adding ^M characters

2021-04-04 Thread David Kelly
line endings. Unix used (Control-J) line endings. CP/M and Windows used line endings. BBEdit is pretty smart about continuing to use whatever it finds. Has a default for new files. -- David Kelly N4HHE, dke...@hiwaay.net Whom com

Re: Retrieving information from TextWrangler

2020-07-06 Thread David Kelly
t app for Finder? If Finder does not open BBEdit on double-click of a TextWrangler document then on that document use Get Info (command-I) in Finder to set the default app, and click the “Change All..." button to fix all the other TextWrangler documents. -

Re: Meta: mailing list tag in subject line

2019-02-15 Thread David Kelly
ful editor such as BBEdit but not master email. It is bad enough with top-posters replying on top of previous messages resending what has already been seen, including multiple BBEdit list signatures appended at the bottom. Just plain sloppy. -- David Kelly N4HHE, dke...@hiwaay.net =

Re: [ANN] BBEdit Merchandise

2018-12-05 Thread David Kelly
On Dec 5, 2018, at 6:15 AM, Daniel Palmer wrote: > Are you guys planning to add stickers to the shop? Or coffee cups? A good coffee cup is an essential tool when editing. I currently use this one: https://www.fowllanguagestore.com/products/coffee-make-brain-work-gooder-mug -- David Ke

Re: Losing Preferences

2018-01-10 Thread David Kelly
On Wed Jan 10 2018 13:36:22 Marc Simpson wrote: > Considering an upgrade today—was this issue fixed in 10.13.2? For me, Mail.app has not been forgetting its preferences since 10.13.2. -- David Kelly N4HHE, dke...@hiwaay.net W

Re: Email Address From BBEdit List Crashes Mail App

2015-10-16 Thread David Kelly
it has plenty of its own faults such as not remembering window sizes. But it does IMAP good and can fix whatever mess Mail.app creates without losing messages. Perhaps there is something about the address you cite causing my problem as well? Am sure if one address causes problems then others woul

Re: how to strip HTLM from word doc on mac?

2013-08-09 Thread David Kelly
know! Open Terminal.app. Type cat file.txt. Paste. Type ^C (control-C). Merge file.txt into your Word document. :-) -- David Kelly N4HHE, dke...@hiwaay.net Whom computers would destroy, they must first drive mad. -- This is the BBEdit

Re: need to replace time value in different lines

2013-06-18 Thread David Kelly
/textwrangler/faqs.html#rectangle looks to be your answer. However above you have 18 values to put in 20 spots. Perhaps you should delete the (possibly) duplicate slide15 and slide16? -- David Kelly N4HHE, dke...@hiwaay.net Whom computers

Re: BBEdit and OS X 10.9 Mavericks

2013-06-13 Thread David Kelly
the major number, but they didn't. Quick, everyone! Name your cat Mavericks and post pictures online to cover for Tim's gaffe. :-) -- David Kelly N4HHE, dke...@hiwaay.net Whom computers would destroy, they must first drive mad

Re: carriage returns

2012-08-17 Thread David Kelly
then once again auto manglers may have been invoked. Sometimes filename extensions can invoke this behavior. -- David Kelly N4HHE, dke...@hiwaay.net Whom computers would destroy, they must first drive mad. smime.p7s Description: S/MIME

Re: carriage returns

2012-08-17 Thread David Kelly
it and see what they get. Just right-click the file in Finder and about 1/3rd down in the popup is Compress yourfilename which make a .zip copy. -- David Kelly N4HHE, dke...@hiwaay.net Whom computers would destroy, they must first drive

Re: carriage returns

2012-08-16 Thread David Kelly
your question as to what is where in no uncertain terms. -- David Kelly N4HHE, dke...@hiwaay.net Whom computers would destroy, they must first drive mad. smime.p7s Description: S/MIME cryptographic signature

Re: carriage returns

2012-08-16 Thread David Kelly
utility called HxD which I make a lot of use of. It can do binary compares and jump to the point the files differ. Also useful for trimming binary files. -- David Kelly N4HHE, dke...@hiwaay.net Whom computers would destroy

Re: grep pattern for NOT capturing a zip code at the first of a line?

2012-07-08 Thread David Kelly
replace without that return. A possible problem is the above doesn't merge multiple lines which seems to be necessary in the provided example. So, just run it twice. -- David Kelly N4HHE, dke...@hiwaay.net Whom computers

Re: Retina display compatability

2012-07-06 Thread David Kelly
every bit as well as Apple has performed in the past. Its sad this has become a problem for BBEdit but its not as if they could have coded for (didn't yet exist) Retina when they had to move from QuickDraw to ATSUI. -- David Kelly N4HHE, dke...@hiwaay.net

Re: Web hosting recommendations

2012-05-01 Thread David Kelly
you a $50/mo account but for many the free 10 user version is Just Right. -- David Kelly N4HHE, dke...@hiwaay.net Whom computers would destroy, they must first drive mad. -- You received this message because you are subscribed

Re: New to coding, should I buy BBEdit?

2012-03-12 Thread David Kelly
BBEdit for many years before my first use on HTML. My primary use is still plain old C. My question is, should I buy BBEdit and learn it? Will it be any better than hand coding for speed? Perhaps not for writing faster code, but for writing code faster. -- David Kelly N4HHE, dke

Re: New to coding, should I buy BBEdit?

2012-03-12 Thread David Kelly
On Mar 12, 2012, at 9:54 AM, Bucky Junior wrote: On Mon, Mar 12, 2012 at 8:17 AM, David Kelly dke...@hiwaay.net wrote: Perhaps not for writing faster code, but for writing code faster. This is a great line. I'm going to have to remember it. As great as the line is, I find that I do

Re: Is there a keyboard shortcut to flip between open documents?

2011-11-08 Thread David Kelly
Cmd-~ (thats a tilde)? Thats the generic Apple next-window-in-app key. Cmd-Tab moves between applications. -- David Kelly N4HHE, dke...@hiwaay.net Whom computers would destroy, they must first drive mad. -- You received

Re: Files won't open

2011-10-21 Thread David Kelly
On Oct 21, 2011, at 6:43 PM, Doug McNutt wrote: bbedit will not process files that have mixed line ends. It won't even allow you to repair such files. No way! BBEdit is my FIRST CHOICE for repairing such files. Do it all the time. -- David Kelly N4HHE, dke...@hiwaay.net

Off The Mark

2011-10-12 Thread David Kelly
I predict a bit of extra traffic at the Bare Bones site today: http://www.gocomics.com/offthemark/2011/10/12 -- David Kelly N4HHE, dke...@hiwaay.net Whom computers would destroy, they must first drive mad. -- You

Re: Can someone explain ctags to me?

2011-09-07 Thread David Kelly
to miss the dot on the end but the command is bbedit --maketags . Or specify another directory. If you don't list the dot then bbedit silently does nothing. -- David Kelly N4HHE, dke...@hiwaay.net Whom computers would destroy

Re: Can someone explain ctags to me?

2011-09-07 Thread David Kelly
, and ran it again which produced a new tags file. -- David Kelly N4HHE, dke...@hiwaay.net Whom computers would destroy, they must first drive mad. -- You received this message because you are subscribed to the BBEdit Talk

Re: C++

2011-08-19 Thread David Kelly
of the file and discard the generated intermediate and final executable after. Or as you say a script wrapper could be created to do just that: Create a wrapper script around the tool, and run it from there, just like any other tool. That assumes the second use case. -- David Kelly N4HHE, dke

Re: No authenticated open/save in the App Store version

2011-08-18 Thread David Kelly
cash so as to not have to make a trip to the bank that evening for only one cash transaction that day. -- David Kelly N4HHE, dke...@hiwaay.net Whom computers would destroy, they must first drive mad. -- You received

Re: source code formatting

2011-08-04 Thread David Kelly
On Thu, Aug 04, 2011 at 10:07:53AM -0700, Rick Yentzer wrote: Bump on this one. Is there a way to format javascript code? Python? PHP? Is not inteded for anything but C, but what does /usr/bin/indent or /Developer/usr/bin/indent do to your Java? -- David Kelly N4HHE, dke...@hiwaay.net

Re: What's the BBEdit Sales Pitch?

2011-07-28 Thread David Kelly
in Mail.app? :-) I use mutt for much of my email in no small part because I can also use vim for composition. Composed in vim, sent with mutt, via ssh and Postfix, using Terminal.app. -- David Kelly N4HHE, dke...@hiwaay.net Whom

Re: Per document tab widths

2011-07-27 Thread David Kelly
while putting all formatting metadata in the resource fork. Originators of QUED/M, which for me was replaced by BBEdit. Looks like QUED/M is gone: http://www.nisus.com/ -- David Kelly N4HHE, dke...@hiwaay.net Whom computers

Re: How to sync BBEdit to Dropbox?

2011-07-22 Thread David Kelly
on to that Dropbox account. I don't see where BBEdit has to do anything special warranting an option in preferences. But perhaps I don't understand what you are trying to accomplish. -- David Kelly N4HHE, dke...@hiwaay.net Whom

Re: BBEdit 10 cost

2011-07-19 Thread David Kelly
to double-click the file. -- David Kelly N4HHE, dke...@hiwaay.net Whom computers would destroy, they must first drive mad. -- You received this message because you are subscribed to the BBEdit Talk discussion group on Google

Re: BBEdit 10 cost

2011-07-19 Thread David Kelly
an upgrade required abandoning the prior version and sometimes something happens that having the older version would have been useful. -- David Kelly N4HHE, dke...@hiwaay.net Whom computers would destroy, they must first drive

Re: BBEdit 10 cost

2011-07-19 Thread David Kelly
they are going to release a new OS before then. -- David Kelly N4HHE, dke...@hiwaay.net Whom computers would destroy, they must first drive mad. -- You received this message because you are subscribed to the BBEdit Talk

Re: BBEdit 10 cost

2011-07-19 Thread David Kelly
think I'll start a rumor that Steve Jobs seeded a suspected mole with last week's release date just to see if it leaked. -- David Kelly N4HHE, dke...@hiwaay.net Whom computers would destroy, they must first drive mad

Re: Need Version Management System Recommendations

2011-07-14 Thread David Kelly
. Is only needed on checkout, not update or commit. -- David Kelly N4HHE, dke...@hiwaay.net Whom computers would destroy, they must first drive mad. -- You received this message because you are subscribed to the BBEdit Talk

Re: Need Version Management System Recommendations

2011-07-13 Thread David Kelly
). Client-server is a *strength* not a weakness, it allows a surrogate process to manage access rights between multiple users. But contrary to your claims requires no additional effort for single-user use. A single user would never know subversion spawned other processes without looking hard. -- David

Re: Need Version Management System Recommendations

2011-07-12 Thread David Kelly
commit composing my commit comment in vim. -- David Kelly N4HHE, dke...@hiwaay.net Whom computers would destroy, they must first drive mad. -- You received this message because you are subscribed to the BBEdit Talk

Re: Need Version Management System Recommendations

2011-07-12 Thread David Kelly
the same thing for the disaster known as Microsoft Source Safe. -- David Kelly N4HHE, dke...@hiwaay.net Whom computers would destroy, they must first drive mad. -- You received this message because you are subscribed

Re: Need Version Management System Recommendations

2011-07-12 Thread David Kelly
ssh to remotely launch svnserver to do the work and then shut down. No special configuration is needed. -- David Kelly N4HHE, dke...@hiwaay.net Whom computers would destroy, they must first drive mad. -- You received

Re: Why does this group expose our private email addresses?

2011-06-26 Thread David Kelly
for the following new content. -- David Kelly N4HHE, dke...@hiwaay.net Whom computers would destroy, they must first drive mad. -- You received this message because you are subscribed to the BBEdit Talk discussion group on Google

Re: Deliberately hijacked thread, Webmaster

2011-03-17 Thread David Kelly
this to me reply. I don't remember what the command is in Eudora to view full headers but its Command-U in several others. Next wish is that we could do something about top-post-no-trim replies ... -- David Kelly N4HHE, dke...@hiwaay.net

Re: Mac App Store for BBEdit?

2011-01-06 Thread David Kelly
that you are a BBEdit user. -- David Kelly N4HHE, dke...@hiwaay.net Whom computers would destroy, they must first drive mad. -- You received this message because you are subscribed to the BBEdit Talk discussion group

Re: comparing directories

2010-12-19 Thread David Kelly
On Dec 19, 2010, at 6:25 AM, Patrick Proniewski wrote: Hi all, I'm subscribed to the Digest, I'm going to reply to every one of you here. David Kelly dke...@hiwaay.net Dec 18 06:40AM -0600 ^ svn status from the command line will tell you what files are different vs the specified

Re: comparing directories

2010-12-19 Thread David Kelly
VPN tunnel. Which brings us back to rsync which is a purpose made remote file compare and copy utility. -- David Kelly N4HHE, dke...@hiwaay.net Whom computers would destroy, they must first drive mad. -- You received

Re: comparing directories

2010-12-18 Thread David Kelly
are asking. Just svn commit the master working files from one server then for each server svn update and only those files which are different will be updated. -- David Kelly N4HHE, dke...@hiwaay.net Whom computers would destroy

Re: comparing directories

2010-12-18 Thread David Kelly
X (or Xcode). Have to install it from /usr/ports/net/rsync on FreeBSD. Rsync is smart enough not to blindly copy every file, only changed files, and then only the changed portions. -- David Kelly N4HHE, dke...@hiwaay.net

Re: Getting started with Subversion

2010-12-09 Thread David Kelly
have to arrange folders for each branch of the fork. I still use cvs on some projects simply because the project has always been in cvs and has no pressing reason to change. -- David Kelly N4HHE, dke...@hiwaay.net Whom

Re: Windows text editor

2010-11-16 Thread David Kelly
On Tue, Nov 16, 2010 at 01:07:30PM -0600, Doug Pinkerton wrote: Text editor. Highly capable with grep. No markup required. gvim If you like it then observe Apple installs the non-GUI version in /usr/bin/vim. This email was composed in vim, sent with mutt. -- David Kelly N4HHE, dke

Re: cvs from BBEdit

2010-10-08 Thread David Kelly
-Filesystem networking and not Client-Server. -- David Kelly N4HHE, dke...@hiwaay.net Whom computers would destroy, they must first drive mad. -- You received this message because you are subscribed to the BBEdit Talk

Re: cvs from BBEdit

2010-10-06 Thread David Kelly
. -- David Kelly N4HHE, dke...@hiwaay.net Whom computers would destroy, they must first drive mad. -- You received this message because you are subscribed to the BBEdit Talk discussion group on Google Groups. To post to this group

Re: Dual install of BBEdit?

2010-05-14 Thread David Kelly
. I suggest first time you run 9.5 that you not let it install the command line tool until you decide its a keeper. -- David Kelly N4HHE, dke...@hiwaay.net Whom computers would destroy, they must first drive mad. -- You

Re: BBEdit 9.5

2010-04-28 Thread David Kelly
then why should you update the applications? The old BBEdit still works, so use it. -- David Kelly N4HHE, dke...@hiwaay.net Whom computers would destroy, they must first drive mad. -- You received this message because you

Re: BBEdit 9.5

2010-04-27 Thread David Kelly
On Apr 27, 10:24 am, Rich Siegel sie...@barebones.com wrote: Good { morning, afternoon, evening }, We are pleased to announce the release and immediate availability of BBEdit 9.5. This is a free upgrade for anyone using 9.0 through 9.3.1, and includes a number of new features, refinements to

Re: Using Dropbox with BBedit?

2010-04-23 Thread David Kelly
not. -- David Kelly N4HHE, dke...@hiwaay.net Whom computers would destroy, they must first drive mad. -- You received this message because you are subscribed to the BBEdit Talk discussion group on Google Groups. To post to this group

Re: BBEdit Adds Lines to TCL script

2010-01-18 Thread David Kelly
you copied from Linux to Windows to Mac. That is where I suspect the extra junk appeared. -- David Kelly N4HHE, dke...@hiwaay.net Whom computers would destroy, they must first drive mad. -- You received this message because

Re: [ANN] BBEdit 9.3.1 Update available

2009-12-08 Thread David Kelly
On Tue, Dec 08, 2009 at 10:25:33AM -0600, Brian Frick wrote: Yup, worked for me -- and I'm in Madison myself! Works from Madison, AL. -- David Kelly N4HHE, dke...@hiwaay.net Whom computers would destroy, they must first

Re: Big files

2009-10-08 Thread David Kelly
should put the parts back together. In Unix shells results from filename expansion as shown return in sorted alphabetic order. -- David Kelly N4HHE, dke...@hiwaay.net Whom computers would destroy, they must first drive mad

Re: BBEDIT for Windoze

2009-08-18 Thread David Kelly
and run it keyboard style as I find the GUI confusing. This email was composed in vim launched from mutt via ssh login. -- David Kelly N4HHE, dke...@hiwaay.net Whom computers would destroy, they must first drive mad

Re: size limit for text files ?

2009-08-07 Thread David Kelly
. -- David Kelly N4HHE, dke...@hiwaay.net Whom computers would destroy, they must first drive mad. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

Re: BBEdit Light

2009-06-03 Thread David Kelly
physically move the drive to a newer system to make use of newer tools. -- David Kelly N4HHE, dke...@hiwaay.net Whom computers would destroy, they must first drive mad. --~--~-~--~~~---~--~~ You

Re: Changing line feeds on multiple files

2008-12-11 Thread David Kelly
Or wait, you mean with BBEdit? I suppose a text-factory to open all 150 files and save them again? I'd use tr BBEdit is great and all that but for bulk work I too would fall back to tr or awk or surely there are trivial re-ending utilities in /usr/bin/ ? -- David Kelly N4HHE, dke

Re: A few feature requests

2008-11-25 Thread David Kelly
+$ with will trim trailing whitespace. - Replace tabs with spaces See Auto-expand tabs in the Editor Defaults in the preferences. And there is an Entab and Detab menu command somewhere for changing existing documents. -- David Kelly N4HHE, [EMAIL PROTECTED

Re: A few feature requests

2008-11-25 Thread David Kelly
application's windows. A basic MacOS X feature that should be present everywhere. -- David Kelly N4HHE, [EMAIL PROTECTED] Whom computers would destroy, they must first drive mad

Re: Huge Files

2008-11-13 Thread David Kelly
On Nov 13, 2008, at 9:11 PM, Rich Siegel wrote: On 11/13/08 at 9:30 PM, [EMAIL PROTECTED] (David Kelly) wrote: Thats what I said. To the effect the table allocation for tracking resources was statically allocated and therefore limited. That actually has nothing to do with it. :-) Other

Re: What ever happened to the 2 Up button?

2008-11-10 Thread David Kelly
to reach. So I made an DJ990 Black Only saved config. Have others for duplex printing as the duplex button wasn't as easy to reach in all print drivers as it is now. Thinking a custom 2-up saved config might serve well. -- David Kelly N4HHE, [EMAIL PROTECTED