( ! ) Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in /var/www/vhosts/shan.info/httpdocs/templates/gk_publisher/lib/menu/GKBase.class.php on line 114
Call Stack
#TimeMemoryFunctionLocation
10.0012415640{main}( ).../index.php:0
20.09844720736Joomla\CMS\Application\SiteApplication->execute( ).../index.php:49
30.464314246088Joomla\CMS\Application\SiteApplication->render( ).../CMSApplication.php:202
40.464414246032Joomla\CMS\Application\SiteApplication->render( ).../SiteApplication.php:778
50.464414246408Joomla\CMS\Document\HtmlDocument->parse( ).../CMSApplication.php:1030
60.464414246408Joomla\CMS\Document\HtmlDocument->_fetchTemplate( ).../HtmlDocument.php:545
70.464614246504Joomla\CMS\Document\HtmlDocument->_loadTemplate( ).../HtmlDocument.php:730
80.465214286424require( '/var/www/vhosts/shan.info/httpdocs/templates/gk_publisher/component.php' ).../HtmlDocument.php:668
90.477014584112GKTemplate->__construct( ).../component.php:31
100.493114753488GKTemplateMenu->getMenuType( ).../gk.framework.php:84
110.494914798344require_once( '/var/www/vhosts/shan.info/httpdocs/templates/gk_publisher/lib/menu/GKMenu.php' ).../helper.menu.php:19

( ! ) Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in /var/www/vhosts/shan.info/httpdocs/templates/gk_publisher/lib/menu/GKHandheld.php on line 76
Call Stack
#TimeMemoryFunctionLocation
10.0012415640{main}( ).../index.php:0
20.09844720736Joomla\CMS\Application\SiteApplication->execute( ).../index.php:49
30.464314246088Joomla\CMS\Application\SiteApplication->render( ).../CMSApplication.php:202
40.464414246032Joomla\CMS\Application\SiteApplication->render( ).../SiteApplication.php:778
50.464414246408Joomla\CMS\Document\HtmlDocument->parse( ).../CMSApplication.php:1030
60.464414246408Joomla\CMS\Document\HtmlDocument->_fetchTemplate( ).../HtmlDocument.php:545
70.464614246504Joomla\CMS\Document\HtmlDocument->_loadTemplate( ).../HtmlDocument.php:730
80.465214286424require( '/var/www/vhosts/shan.info/httpdocs/templates/gk_publisher/component.php' ).../HtmlDocument.php:668
90.477014584112GKTemplate->__construct( ).../component.php:31
100.498014926288GKTemplateMenu->getMenuType( ).../gk.framework.php:85
sort very large file
Logo
Print this page

sort very large file

LC_ALL=C sort -u --buffer-size=2G --temporary-directory=/root/Desktop/tmp --output=joined_sorted.txt joined.txt 
uniq joined_sorted.txt joined_sorted_uniqed.txt
split bigFileName -l 按行分割
wc -l joined.txt 
split -l 10000000 joined.txt joined_split_
for f in joined_split_*; do
  sort -u "$f" > "$f"_sorted
done
sort -u -m joined_split_*_sorted > final.out

( ! ) Warning: count(): Parameter must be an array or an object that implements Countable in /var/www/vhosts/shan.info/httpdocs/templates/gk_publisher/html/com_k2/templates/default/item.php on line 169
Call Stack
#TimeMemoryFunctionLocation
10.0028415336{main}( ).../index.php:0
20.08254720432Joomla\CMS\Application\SiteApplication->execute( ).../index.php:49
30.08254720432Joomla\CMS\Application\SiteApplication->doExecute( ).../CMSApplication.php:196
40.281312448624Joomla\CMS\Application\SiteApplication->dispatch( ).../SiteApplication.php:233
50.281912472984Joomla\CMS\Component\ComponentHelper::renderComponent( ).../SiteApplication.php:194
60.282612528312Joomla\CMS\Component\ComponentHelper::executeComponent( ).../ComponentHelper.php:377
70.282912557136require_once( '/var/www/vhosts/shan.info/httpdocs/components/com_k2/k2.php' ).../ComponentHelper.php:402
80.291012992544K2ControllerItem->execute( ).../k2.php:64
90.291012992544K2ControllerItem->display( ).../BaseController.php:710
100.300913717744K2ControllerItem->display( ).../item.php:78
110.301013717744K2ControllerItem->display( ).../controller.php:19
120.309414114112Joomla\CMS\Cache\Controller\ViewController->get( ).../BaseController.php:663
130.312414134480K2ViewItem->display( ).../ViewController.php:102
140.387617063320K2ViewItem->display( ).../view.html.php:742
150.387617063320K2ViewItem->loadTemplate( ).../HtmlView.php:230
160.391417243520include( '/var/www/vhosts/shan.info/httpdocs/templates/gk_publisher/html/com_k2/templates/default/item.php' ).../HtmlView.php:701

( ! ) Notice: Only variables should be assigned by reference in /var/www/vhosts/shan.info/httpdocs/templates/gk_publisher/html/com_k2/templates/default/item.php on line 478
Call Stack
#TimeMemoryFunctionLocation
10.0028415336{main}( ).../index.php:0
20.08254720432Joomla\CMS\Application\SiteApplication->execute( ).../index.php:49
30.08254720432Joomla\CMS\Application\SiteApplication->doExecute( ).../CMSApplication.php:196
40.281312448624Joomla\CMS\Application\SiteApplication->dispatch( ).../SiteApplication.php:233
50.281912472984Joomla\CMS\Component\ComponentHelper::renderComponent( ).../SiteApplication.php:194
60.282612528312Joomla\CMS\Component\ComponentHelper::executeComponent( ).../ComponentHelper.php:377
70.282912557136require_once( '/var/www/vhosts/shan.info/httpdocs/components/com_k2/k2.php' ).../ComponentHelper.php:402
80.291012992544K2ControllerItem->execute( ).../k2.php:64
90.291012992544K2ControllerItem->display( ).../BaseController.php:710
100.300913717744K2ControllerItem->display( ).../item.php:78
110.301013717744K2ControllerItem->display( ).../controller.php:19
120.309414114112Joomla\CMS\Cache\Controller\ViewController->get( ).../BaseController.php:663
130.312414134480K2ViewItem->display( ).../ViewController.php:102
140.387617063320K2ViewItem->display( ).../view.html.php:742
150.387617063320K2ViewItem->loadTemplate( ).../HtmlView.php:230
160.391417243520include( '/var/www/vhosts/shan.info/httpdocs/templates/gk_publisher/html/com_k2/templates/default/item.php' ).../HtmlView.php:701
Template Design © Joomla Templates | GavickPro. All rights reserved.