Sponsored Content
Full Discussion: What is {.,}?
Top Forums UNIX for Beginners Questions & Answers What is {.,}? Post 303031778 by RudiC on Tuesday 5th of March 2019 05:26:08 PM
Old 03-05-2019
man bash:
Quote:
Brace Expansion
Brace expansion is a mechanism by which arbitrary strings may be generated. This mechanism is similar to pathname expansion, but the filenames generated need not
exist. Patterns to be brace expanded take the form of an optional preamble, followed by either a series of comma-separated strings or a sequence expression between a
pair of braces, followed by an optional postscript. The preamble is prefixed to each string contained within the braces, and the postscript is then appended to each
resulting string, expanding left to right.

Brace expansions may be nested. The results of each expanded string are not sorted; left to right order is preserved. For example, a{d,c,b}e expands into `ade ace abe'.
These 2 Users Gave Thanks to RudiC For This Post:
 
STG-SERIES(1)							   StGit Manual 						     STG-SERIES(1)

NAME
stg-series - Print the patch series SYNOPSIS
stg series [options] [<patch-range>] DESCRIPTION
Show all the patches in the series, or just those in the given range, ordered from top to bottom. The applied patches are prefixed with a + (except the current patch, which is prefixed with a >), the unapplied patches with a -, and the hidden patches with a !. Empty patches are prefixed with a 0. OPTIONS
-b BRANCH, --branch BRANCH Use BRANCH instead of the default branch. -a, --all Show all patches, including the hidden ones. -A, --applied Show the applied patches only. -U, --unapplied Show the unapplied patches only. -H, --hidden Show the hidden patches only. -m BRANCH, --missing BRANCH Show patches in BRANCH missing in current. -c, --count Print the number of patches in the series. -d, --description Show a short description for each patch. --author Show the author name for each patch. -e, --empty Before the +, >, -, and ! prefixes, print a column that contains either 0 (for empty patches) or a space (for non-empty patches). --showbranch Append the branch name to the listed patches. --noprefix Do not show the patch status prefix. -s, --short List just the patches around the topmost patch. STGIT
Part of the StGit suite - see linkman:stg[1] StGit 03/13/2012 STG-SERIES(1)
All times are GMT -4. The time now is 01:56 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy