Escaped tab character in shell (sed)
Escaped tab character in shell (sed)
- Subject: Escaped tab character in shell (sed)
- From: Gnarlodious <email@hidden>
- Date: Fri, 16 Jan 2004 17:27:56 -0700
How would I specify the tab character by escaping rather than using the
literal tab?
This works, where the white run is a tab character:
do shell script "sed 's/ //' "
But this doesn9t:
do shell script "sed 's/\\^t//' "
Nothing so far works, what am I doing wrong?
-- Gnarlie
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.