From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 82583 invoked by alias); 31 Dec 2018 10:58:12 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 82533 invoked by uid 89); 31 Dec 2018 10:58:11 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-0.0 required=5.0 tests=BAYES_40 autolearn=ham version=3.3.2 spammy=dc, H*r:8.14.4, quotes X-HELO: Ishtar.sc.tlinx.org Received: from ishtar.tlinx.org (HELO Ishtar.sc.tlinx.org) (173.164.175.65) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 31 Dec 2018 10:58:10 +0000 Received: from [192.168.3.12] (Athenae [192.168.3.12]) by Ishtar.sc.tlinx.org (8.14.7/8.14.4/SuSE Linux 0.8) with ESMTP id wBVAw557060990 for ; Mon, 31 Dec 2018 02:58:08 -0800 Message-ID: <5C29F63E.9010606@tlinx.org> Date: Mon, 31 Dec 2018 12:32:00 -0000 From: L A Walsh User-Agent: Thunderbird MIME-Version: 1.0 To: "cygwin@cygwin.com" Subject: gnanny: tr: warning: an unescaped backslash at end of string is not portable Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2018-12/txt/msg00241.txt.bz2 This is being run on cygwin w/bash, version 4.4.12(3)-release. Have a table of windows files, sample line (it's all 1 line): > cat test D,"c:\windows\system32\FMS.DLL",2010-11-20 19:24:33,2010-11-20 03:59:27,93696,A,0x00024E23,0x00024E23,x86,GUI,"CV",0x04480000,Unknown,0x00019000,Not Loaded,1.1.6000.16384,1.1.6000.16384,6.1,9.0,6.1,6.1 I run 'tr' to switch around the backslashes to slashes: > tr '\' '/'