Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
help find a value in fs
Name: ivandd Date: March 14, 2004 at 16:07:19 Pacific OS: netBSD CPU/Ram: pentium(R)4 CPU 1.60GHz 2
Comment:
How could i find the particular value(or range) which the kernal used to distinguish between "small" and "large" files? According to<ufs/ffs/fs.h>,the fragment allocation scheme is only used for "small" files. What commands should i use? dumpfs, tunefs, fsck? Another problem is how to find the right parameter for those command? I'am so lost. Anyone have any ideas? Thanks!
Summary: Hi, I'm trying to use AWK to find a line in a file equal to 2 different variables and write it to another variable. I can find the values individually but I can't work out how to put them together. ...
Summary: I have a file with list of names and a value stored next to them e.g: jbloggs:ab,cd,ef jdoe:ab,ef Once I've got the line required I can get the second part of the string using x=jbloggs:ab,cd,ef y=${x...
Summary: I have a small problem @ work. I am trying to write a script that will seach a directory for a file with the contents 'IS314.1'. Then move that file 2 a new directory. This is what I have but I am not...