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.
to create a file of specified size
Name: u123 Date: September 29, 2004 at 05:04:19 Pacific OS: unix CPU/Ram: blank
Comment:
Could anybody help me to create an empty file of a specific size limit?..pls let me know what command has to be used for the same.
Summary: Binary file? No idea. If you need to create a file for swap on solaris - mkfile. DESCRIPTION mkfile creates one or more files that are suitable for use as NFS-mounted swap areas, or as local swap...
Summary: Hi all, I am a real beginner to shell scripting and would REALLY appreciate if anyone out there can give some suggestions on how I can solve the following problem: I need to create a shell script that...
Summary: While playing around with other commands, I managed to create a file named -l. when I do rm -l, of course it thinks that -l is an argument. I can't figure out how to remove it? I'm using /bin/sh. Her...