Questions: Difference between revisions
some x tricks |
No edit summary |
||
| Line 16: | Line 16: | ||
*Q: How can I merge one directory into another? | *Q: How can I merge one directory into another? | ||
*A: <tt>find srcdir -depth -print0 | cpio -pdm0 targdir</tt>. This uses <tt>cpio</tt>'s passthrough mode. | *A: <tt>find srcdir -depth -print0 | cpio -pdm0 targdir</tt>. This uses <tt>cpio</tt>'s passthrough mode. | ||
===Linux=== | |||
*Q: How can I discover a module's parameters? | |||
*A: <tt>modinfo -p modname</tt> | |||
===[[X]]=== | ===[[X]]=== | ||
*Q: How do I get a list of all a display's clients? | *Q: How do I get a list of all a display's clients? | ||