Skip to main content
added 8 characters in body
Source Link
Lesmana
  • 28.1k
  • 20
  • 85
  • 87

The man page of cut says

Selected input is written in the same order that it is read, and is written exactly once.

So you have to use another tool instead of cut. For example sed, awk, perl, python or bash.

The man page of cut says

Selected input is written in the same order that it is read, and is written exactly once.

So you have to use another tool instead of cut. For example sed, awk, perl, python.

The man page of cut says

Selected input is written in the same order that it is read, and is written exactly once.

So you have to use another tool instead of cut. For example sed, awk, perl, python or bash.

Source Link
Lesmana
  • 28.1k
  • 20
  • 85
  • 87

The man page of cut says

Selected input is written in the same order that it is read, and is written exactly once.

So you have to use another tool instead of cut. For example sed, awk, perl, python.