Search Results

Search: Posts Made By: samsbery
1,887
Posted By samsbery
Hi, Check Module::Build for building modules...
Hi,

Check Module::Build for building modules in Perl.

Cheers
1,432
Posted By samsbery
find . -name "filename.ext" -print ## if you know...
find . -name "filename.ext" -print ## if you know the exact filename.
find . -name "*filename*" -print ## if you want to get files which contains that name
27,147
Posted By samsbery
Instead of doing it in shell (sed/awk), better...
Instead of doing it in shell (sed/awk), better use any XML parser. May be you can write a simple script in Perl or any scripting languages which support XML parsing.
7,737
Posted By samsbery
Use Unix split command
Hi,

If you are working on Unix, then you can use unix split command. Its quick and does the split as per your requirement.

Try

split -b [bytes][k/m] filename

where you can provide bytes...
Showing results 1 to 4 of 4

 
All times are GMT -4. The time now is 09:02 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy