I am trying to save the output of the scrapy crawl command I have tried scrapy crawl someSpider -o some.json -t json >> some.text But it doesn\'t worked ...c
scrapy crawl someSpider -o some.json -t json >> some.text
you can use nohup:
nohup
nohup scrapy crawl someSpider &
The log will be stored in nohup.out