Date: Fri, 25 Jan 2002 10:31:57 -0800 (PST) From: Brian Feldman <green@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/fsdb fsdb.c fsdb.h fsdbutil.c Message-ID: <200201251831.g0PIVvI85769@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
green 2002/01/25 10:31:57 PST Modified files: sbin/fsdb fsdb.c fsdb.h fsdbutil.c Log: Allow fsdb the ability to work with entries named with whitespace embedded. This works by retokenizing a line with a split limit so that if the argument count for a command is greater than the number of arguments formed by splitting apart the line of user input, the last argument is instead all of the remainder of the input line. Yes, I needed this capability at one point to fix a filesystem manually, which happened to break with a problematic space-containing directory entry. Revision Changes Path 1.19 +6 -2 src/sbin/fsdb/fsdb.c 1.5 +1 -0 src/sbin/fsdb/fsdb.h 1.13 +27 -2 src/sbin/fsdb/fsdbutil.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200201251831.g0PIVvI85769>