Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

bup-newliner(1) [debian man page]

bup-newliner(1) 					      General Commands Manual						   bup-newliner(1)

NAME
bup-newliner - make sure progress messages don't overlap with output SYNOPSIS
<any command> 2>&1 | bup newliner DESCRIPTION
bup newliner is run automatically by bup. You shouldn't need it unless you're using it in some other program. Progress messages emitted by bup (and some other tools) are of the form "Message ### content", that is, a status message containing a vari- able-length number, followed by a carriage return character and no newline. If these messages are printed more than once, they overwrite each other, so what the user sees is a single line with a continually-updating number. This works fine until some other message is printed. For example, progress messages are usually printed to stderr, but other program mes- sages might be printed to stdout. If those messages are shorter than the progress message line, the screen will be left with weird looking artifacts as the two messages get mixed together. bup newliner prints extra space characters at the right time to make sure that doesn't happen. If you're running a program that has problems with these artifacts, you can usually fix them by piping its stdout and its stderr through bup newliner. BUP
Part of the bup(1) suite. AUTHORS
Avery Pennarun <apenwarr@gmail.com>. Bup unknown- bup-newliner(1)

Check Out this Related Man Page

bup-ls(1)						      General Commands Manual							 bup-ls(1)

NAME
bup-ls - list the contents of a bup repository SYNOPSIS
bup ls [-s] [-a] DESCRIPTION
bup ls lists files and directories in your bup repository using the same directory hierarchy as they would have with bup-fuse(1). The top level directory contains the branch (corresponding to the -n option in bup save), the next level is the date of the backup, and subsequent levels correspond to files in the backup. When bup ls is asked to output on a tty, it formats its output in columns so that it can list as much as possible in as few lines as possi- ble. However, when bup ls is asked to output to something other than a tty (say you pipe the output to another command, or you redirect it to a file), it will output one file name per line. This makes the listing easier to parse with external tools. Note that bup ls doesn't show hidden files by default and one needs to use the -a option to show them. Files are hidden when their name begins with a dot. For example, on the topmost level, the special directories named .commit and .tag are hidden directories. Once you have identified the file you want using bup ls, you can view its contents using bup join or git show. OPTIONS
-s, --hash show hash for each file/directory. -a, --all show hidden files. EXAMPLE
bup ls /myserver/latest/etc/profile bup ls -a / SEE ALSO
bup-join(1), bup-fuse(1), bup-ftp(1), bup-save(1), git-show(1) BUP
Part of the bup(1) suite. AUTHORS
Avery Pennarun <apenwarr@gmail.com>. Bup unknown- bup-ls(1)
Man Page

9 More Discussions You Might Find Interesting

1. HP-UX

pst_status record problems

Hi There, We've been creating a little program that collects all the performance data available about the processes on a HP-UX system. (running HP-UX 11.11). And everything works fine apart from 4 fields in the middle of the pst_status record. Input Blocks (pst_inblock) Output Blocks... (0 Replies)
Discussion started by: cpiuk
0 Replies

2. Shell Programming and Scripting

need progress line

Hello, Iam doing a text processing doing find and replace.. Since it does a bit time to complete.. I want to add a progress line like ####(rotating line) I have written a script for doing this progress line..as below Now i need to incorporate this with my text searching and... (0 Replies)
Discussion started by: esham
0 Replies

3. Shell Programming and Scripting

Help needed

The following program works fine; however, I don't understand the following line of it. cp $1 $1.BAK-$i You can make backup copies of a file using the following program. What is '' -$i '' ? If you have a file named 'text' , this will create '' text1.BAk , text.BAK2, text.BAK3, etc.... (9 Replies)
Discussion started by: Toxic
9 Replies

4. Programming

Piping Question

I have a piping question, I am trying to implement piping on my own shell and am having some trouble...esentially I am trying to make something to do command|command|command. I can get it to work fine if the last pipe command is not forked, but executes in the shell and then exits..but I need it... (2 Replies)
Discussion started by: mtobin1987
2 Replies

5. Shell Programming and Scripting

Minimize command line

Hello, I am looking for help to minimize this commande line. The commande is working fine but I tried to make it shorter ... It's about to get rid of some characters. | sed '/NODE*/d' | cut -d "'" -f 2 | sed '/;;/d' | sed '/ /d' | sed 's///g' Thanks for your help (8 Replies)
Discussion started by: Aswex
8 Replies

6. Shell Programming and Scripting

Removing ^M and the newline that follows it.

Hi Gurus, Apologies as I feel like this must be answered already on here somewhere but I just can't find it. I find many people looking to remove all \n and \r (CR and LF) or one or the other but the only times I've found someone trying to remove them only when both are together they've found... (7 Replies)
Discussion started by: Leedor
7 Replies

7. Shell Programming and Scripting

Rsync, compression, progress and logging

Hello. Using Rsync to synchronize files on 2 red hat servers, works fine. Trying to use the compress options, but I don't know if it is working? Nothing logged in the progress messages. Not sure in my case if compression will be helpful in my case, so I would like to see some statistics. Is... (2 Replies)
Discussion started by: JimBurns
2 Replies

8. UNIX for Beginners Questions & Answers

Confused about redirecting stderr

I know that mmmmm 2> error.txt will send the error message to the specified file instead of the screen. However, I have seen >&2 in some scripts, and I can't get it to do anything. A source said it sends stdout and stderr to a file. What file? Ubuntu 18.04.2; Xfce 4.12.3;... (11 Replies)
Discussion started by: Xubuntu56
11 Replies

9. Solaris

Large number of ulcm_sctp messages

Hi, I am running Solaris-10 sparc and I am seeing large number of messages related to ulcm_sctp. I tried to google, what these messages are and how it should be fixed, but I am not getting much information about it. Can somebody please some pointer or suggestion ? Sep 24 07:04:23... (7 Replies)
Discussion started by: ron323232
7 Replies