Ritesh H Shukla posted in linux-india-help: > Here is my question, I am not sure of what query to type in google to > get my result.
Well, man patch is what you should have consulted first. > If I have a patch file for the kernel and would like to see which all > files it modifies and the details of the modification is there an easy > way to do this without patching it to the kernel and then using a gui > based diff front end such as kompare to see the modifications between > the unpatched and patched kernel tree. I don't know of GUI front ends, but the first part of your question is answered by patch --dry-run The second part can be done easily by looking into the patch file. Binand -- [EMAIL PROTECTED] root]# uptime 11:55am up 58 days, 4:49, 2 users, load average: 1023.78, 419.92, 158.90 ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ linux-india-help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/linux-india-help
