Search Results

Search: Posts Made By: rsmohankumar
1,887
Posted By Corona688
echo shouldn't be doing that, but some shells...
echo shouldn't be doing that, but some shells have pretty weird versions of echo.

You can avoid this by using printf and single quotes.

printf "%s\n" '3|\\global\file\dev\|1800' >> filename
8,595
Posted By drl
Hi. A stylized display of word-by-word...
Hi.

A stylized display of word-by-word differences can be seen with wdiff:
#!/usr/bin/env bash

# @(#) s1 Demonstrate word-by-word differences.

pe() { for _i;do printf "%s" "$_i";done;...
Showing results 1 to 2 of 2

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