Closed sunznx closed 6 years ago
how can I cache the result of leetcode list
leetcode list
now I use this, but will quit on a few minutes because of the network reason leetcode list | egrep -o '\[\S+\d+\]' | egrep -o '\d+' | xargs -n 1 leetcode show
leetcode list | egrep -o '\[\S+\d+\]' | egrep -o '\d+' | xargs -n 1 leetcode show
在网络好的时候 leetcode list | egrep -o '\[\S+\d+\]' | egrep -o '\d+' | xargs -n 1 leetcode show 之后就可以用 leetcode cache 看到缓存列表
how can I cache the result of
leetcode list
now I use this, but will quit on a few minutes because of the network reason
leetcode list | egrep -o '\[\S+\d+\]' | egrep -o '\d+' | xargs -n 1 leetcode show