{"id":516,"date":"2017-01-16T13:19:01","date_gmt":"2017-01-16T13:19:01","guid":{"rendered":"https:\/\/visworlditsolution.wordpress.com\/?p=516"},"modified":"2017-01-16T13:19:01","modified_gmt":"2017-01-16T13:19:01","slug":"how-to-broksplit-any-file-in-redhat-linux-server","status":"publish","type":"post","link":"https:\/\/linux.thingsomething.com\/index.php\/2017\/01\/16\/how-to-broksplit-any-file-in-redhat-linux-server\/","title":{"rendered":"How to broke\/Split any file in redhat Linux Server"},"content":{"rendered":"<p>hello guys today we will learn how can we split any file in our linux machine its a very simple method .before we know why we split any file some time we need to send &nbsp;any important data through E-mail but our data is very large. so we cant&#8217;t send through Email .so we can broke many parts in our data file and send. receiver will be collect all broke data file and make original data file. that plus point is we can split any extensions file like MP3, mp4, jpg .png.text .text PDF &nbsp;everything .so let we will start just follow me<img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-517\" src=\"https:\/\/visworlditsolution.files.wordpress.com\/2017\/01\/split-pst.png?w=300\" alt=\"file split\" width=\"686\" height=\"268\"><\/p>\n<h2><span style=\"color:#ff0000;\">Step 1 before we will create any file in 200MB size and then we will split in nine (9) parts&nbsp;<\/span><\/h2>\n<pre><span style=\"color:#008000;\"><strong>[root@localhost ~]# dd if=\/dev\/sda of=demo.txt bs=2M count=100<\/strong><\/span>\n<span style=\"color:#333399;\"><strong>100+0 records in\n100+0 records out\n209715200 bytes (210 MB) copied, 2.96287 seconds, 70.8 MB\/s<\/strong><\/span><\/pre>\n<p>now we have Demp.txt &nbsp;file its size &nbsp;is <span style=\"color:#00ffff;\">210<\/span> mb .<\/p>\n<h2><span style=\"color:#ff0000;\"><strong>Step2 now we will split in nine (9) parts through this commands&nbsp;<\/strong><\/span><\/h2>\n<p><span style=\"color:#ff0000;\">( Note-Actually split commands is work on &nbsp;bytes so &nbsp;here we gave our split size 25000000kb )<\/span><\/p>\n<pre><span style=\"color:#008000;\"><strong>[root@localhost expirment]# split -b 25000000 demo.txt<\/strong><\/span><\/pre>\n<pre><span style=\"color:#008000;\"><strong>[root@localhost expirment]# ls<\/strong><\/span>\n<span style=\"color:#000080;\">demo.txt  xaa  xab  xac  xad  xae  xaf  xag  xah  xai<\/span><\/pre>\n<h2><span style=\"color:#ff0000;\">Step3 now we will delete our demo.txt file<\/span><\/h2>\n<pre><span style=\"color:#008000;\"><strong>[root@localhost expirment]# rm -rf demo.txt\n[root@localhost expirment]# ls<\/strong><\/span>\n<strong><span style=\"color:#333399;\">xaa  xab  xac  xad  xae  xaf  xag  xah  xai<\/span><\/strong><\/pre>\n<p>here we dont&#8217;t have demo .txt file<\/p>\n<h2><span style=\"color:#ff0000;\"><strong>Step4 now we can create original file through all broken parts &nbsp;&nbsp;<\/strong><\/span><\/h2>\n<pre><strong><span style=\"color:#008000;\">[root@localhost expirment]# cat x*&gt; demo.txt<\/span><\/strong><\/pre>\n<p>when we will look our directory we found our demo txt file<\/p>\n<pre><span style=\"color:#339966;\"><strong>[root@localhost expirment]# ls\n<span style=\"color:#333399;\">demo.txt  xaa  xab  xac  xad  xae  xaf  xag  xah  xai\n<\/span><\/strong><\/span><\/pre>\n<p>its a very useful and simple method if you have any problem in this method comments here i will solve your problem<\/p>\n<p>Thank you<\/p>\n<p>By Vishnu sharma<\/p>\n","protected":false},"excerpt":{"rendered":"<p>hello guys today we will learn how can we split any file in our linux machine its a very simple method .before we know why &hellip; <span class=\"ml-btn\"><a href=\"https:\/\/linux.thingsomething.com\/index.php\/2017\/01\/16\/how-to-broksplit-any-file-in-redhat-linux-server\/\" class=\"more-link\">Read More<\/a><\/span><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"_uf_show_specific_survey":0,"_uf_disable_surveys":false,"footnotes":""},"categories":[22,8],"tags":[75,159,238,239],"class_list":["post-516","post","type-post","status-publish","format-standard","hentry","category-basic-linux","category-linux-rhel5","tag-how-to-broke-any-file-in-linux","tag-how-to-split-any-file-in-linux","tag-what-is-split","tag-what-is-split-in-linux-redhat"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/linux.thingsomething.com\/index.php\/wp-json\/wp\/v2\/posts\/516"}],"collection":[{"href":"https:\/\/linux.thingsomething.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/linux.thingsomething.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/linux.thingsomething.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/linux.thingsomething.com\/index.php\/wp-json\/wp\/v2\/comments?post=516"}],"version-history":[{"count":0,"href":"https:\/\/linux.thingsomething.com\/index.php\/wp-json\/wp\/v2\/posts\/516\/revisions"}],"wp:attachment":[{"href":"https:\/\/linux.thingsomething.com\/index.php\/wp-json\/wp\/v2\/media?parent=516"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/linux.thingsomething.com\/index.php\/wp-json\/wp\/v2\/categories?post=516"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/linux.thingsomething.com\/index.php\/wp-json\/wp\/v2\/tags?post=516"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}