ibuffer-copy-filename-as-kill
ibuffer-copy-filename-as-kill is an interactive autoloaded Lisp function in `ibuf-ext.el
'.
(ibuffer-copy-filename-as-kill &optional ARG)
Copy filenames of marked buffers into the kill ring.
The names are separated by a space.
If a buffer has no filename, it is ignored.
With no prefix arg, use the filename sans its directory of each marked file.
With a zero prefix arg, use the complete filename of each marked file.
With C-u, use the filename of each marked file relative
to `ibuffer-default-directory' if non-nil, otherwise `default-directory'.
You can then feed the file name(s) to other commands with C-y.