Search Results

Search: Posts Made By: ashish_samarth
1,810
Posted By ashish_samarth
Try Below find ./* -type f -iname...
Try Below

find ./* -type f -iname "source_file.txt" -exec dirname {} \; 2> /dev/null | cd `awk '{print $0}'`
Please use CODE tags (not ICODE tags) for full-line and multi-line sample input,...
2,757
Posted By ashish_samarth
If you want to split the source file in to 10...
If you want to split the source file in to 10 equal pieces, and the files renumbered for easy identification.

split -l 1000000 --numeric-suffixes --suffix-length=3 Source_file target_file.
2,120
Posted By ashish_samarth
Thanks for your guidance rdrtx1. I will try this...
Thanks for your guidance rdrtx1. I will try this and post the update.
2,120
Posted By ashish_samarth
Show Logs from a server location to a web browser
hey Guys,

Am a newbie to Linux and have a probable requirement that might come up pretty soon.

I need to understand, how log files and log location can be displayed on a web browser. So that...
Showing results 1 to 4 of 4

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