bash - use space as a delimiter with cut command -


I want to use the location as a delimiter with the command cut .

What syntax can I use for this?

  cut-d "/ code> 

You want the field number of the delimited field.


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -