how to search through a binary file for a string and output how many bytes there are before string in bash

后端 未结 0 546
太阳男子
太阳男子 2021-02-14 22:42

i wont to split a file

#!/bin/bash
var=bytes

split -b $var filetocut

but in order to do that i need to know how many bytes to cut



        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题