Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

9
LINES

< > BotCompany Repo | #1020284 // bashQuote2 - don't use quotes, just use backslashes (dev.)

JavaX fragment (include)

static String bashQuote2(String text) {
  if (text == null) null;
  return text
    .replace(" ", "\\ ");
}

static String bashQuote2(File f) {
  ret bashQuote2(f.getAbsolutePath());
}

Author comment

Began life as a copy of #1000832

download  show line numbers  debug dex  old transpilations   

Travelled to 8 computer(s): bhatertpkbcr, cfunsshuasjs, gwrvuhgaqvyk, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1020284
Snippet name: bashQuote2 - don't use quotes, just use backslashes (dev.)
Eternal ID of this version: #1020284/4
Text MD5: a8b622cf8d03c469b336c335d5fe6742
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-12-12 16:22:57
Source code size: 192 bytes / 9 lines
Pitched / IR pitched: No / No
Views / Downloads: 207 / 244
Version history: 3 change(s)
Referenced in: [show references]