1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-11-25 07:49:18 +00:00
freebsd/usr.bin
Pawel Jakub Dawidek eb4d13126d seq(1): Put separator only between the elements.
- Using non-default ('\n') separator will produce an output with the
  separator at the end of the output, eg.

	% echo "[$(seq -s ' ' 0 2)]"
	[0 1 2 ]

- The output should always be followed by a new line character. Currently:

	% seq -s ' ' 0 2
	0 1 2 %

This change makes seq(1) to behave the same way Linux seq(1):

	% echo "[$(seq -s ' ' 0 2)]"
	[0 1 2]

	% seq -s ' ' 0 2
	0 1 2
	%

Approved by:	oshogbo
Differential Revision:	https://reviews.freebsd.org/D43094
2023-12-21 21:54:05 -08:00
..
addr2line
alias
apply
ar
asa
at
awk awk(1): Fix typo 2023-12-17 18:40:29 +08:00
backlight
banner
basename
bc
beep
biff
bintrans
bluetooth
bmake
brandelf
bsdcat
bsddialog
bsdiff
bzip2
bzip2recover
c89
c99
caesar
calendar calendar: correct the search order for files 2023-12-17 23:53:51 -06:00
cap_mkdb
chat
chkey
chpass
cksum
clang
cmp
col
colrm
column
comm
compile_et
compress
cpio
csplit
ctags
ctlstat
cut
cxxfilt
dc
diff
diff3
dirname
dpv
drill
dtc
du
ee
elfctl
elfdump
enigma
env
etdump
expand
factor
false
fetch
file
file2c
find find: Add a warning about -delete. 2023-12-22 00:41:16 +01:00
finger
fmt
fold
fortune
from
fstat fstat(1): Fix typo 2023-12-17 18:41:53 +08:00
fsync
ftp
gcore
gencat
genl
getaddrinfo
getconf
getent
getopt
gh-bc
gprof
grdc
grep
gzip
head
hesinfo
hexdump
host
iconv
id
ident
indent
ipcrm
ipcs
iscsictl
join
jot
kdump kdump: use print_mask_arg0 appropriately 2023-12-13 10:49:03 -06:00
keylogin
keylogout
killall
ktrace
ktrdump
kyua
lam
last
lastcomm
ldd
ldd32
leave
less
lessecho
lesskey
lex
limits
locale
localedef
locate
lock
lockf
logger
login
logins
logname
look look(1): Correct the example's description 2023-12-12 02:19:21 +08:00
lorder
lsvfs
lzmainfo
m4
mail
man
mandoc
mesg
ministat
mkcsmapper
mkcsmapper_static
mkdep
mkesdb
mkesdb_static
mkfifo
mkimg mkimg(1): Fix typo 2023-12-17 18:49:28 +08:00
mkstr
mktemp
mkuzip
morse
msgs
mt mt(1): Fix typo 2023-12-17 18:49:42 +08:00
nc
ncal
ncurses
netstat
newgrp
newkey
nfsstat
nice
nl
nm
nohup
number
objcopy
ofed
pagesize
pamtest
passwd
paste
patch
pathchk
perror
pom
posixshmcontrol
pr
primes
printenv
printf
proccontrol
procstat
protect
quota
random
rctl
readelf
renice renice: Clean up the tests a bit. 2023-12-20 17:59:37 +01:00
resizewin
rev
revoke
rpcgen
rpcinfo
rs
rup
ruptime
rusers
rwall
rwho
script
sdiff
sdiotool
sed
seq seq(1): Put separator only between the elements. 2023-12-21 21:54:05 -08:00
shar
showmount
size
smbutil
sockstat
soelim
sort
split
ssh-copy-id
stat
stdbuf
strings
su
systat
tabs
tail
talk
tar
tcopy
tee
telnet
tests
tftp
time
tip
top
touch
tr
true
truncate
truss
tsort
tty
ul
uname
unexpand
unifdef
uniq
units
unvis
unzip
usbhidaction
usbhidctl
users
vacation
vgrind
vi
vis
vmstat
vtfontcvt
w
wall
wc
wg
what
whereis
which
who
whois
write
xargs
xinstall
xo
xohtml
xolint
xopo
xstr
xz
xzdec
yacc
yes
ypcat
ypmatch
ypwhich
zstd
Makefile
Makefile.amd64
Makefile.arm
Makefile.i386
Makefile.inc
Makefile.powerpc