大规模杀戮陈旧的后台工作

大规模杀戮陈旧的后台工作
$ jobs
[1]   Stopped                 emacsclient -nw components/frontend/app/views/frontend/dashboard/index.html.erb
[2]   Stopped                 emacsclient -nw components/frontend/app/views/frontend/dashboard/index.html.erb
[3]   Stopped                 emacsclient -nw ./components/frontend/app/views/frontend/dashboard/_source.html.erb
[4]   Stopped                 emacsclient -nw components/frontend/app/views/frontend/dashboard/source/_articles.html.erb
[5]   Stopped                 emacsclient -nw components/frontend/app/controllers/frontend_controller.rb
[6]   Stopped                 emacsclient -nw components/frontend/app/views/frontend/managed_sources/completion.html.erb
[7]   Stopped                 emacsclient -nw components/frontend/app/views/frontend/users/show/_tabbed_navigation.html.erb
[8]   Stopped                 emacsclient -nw components/frontend/app/views/frontend/managed_contacts/index.html.erb
[9]   Stopped                 emacsclient -nw components/frontend/app/views/frontend/users/_form.html.erb
[10]   Stopped                 emacsclient -nw components/frontend/test/features/opportunities/delete_test.rb
[11]   Stopped                 emacsclient -nw components/frontend/app/controllers/frontend/managed_sources_controller.rb
[12]   Stopped                 emacsclient -nw components/frontend/test/features/managed_sources/new_and_create_test.rb
[13]-  Stopped                 emacsclient -nw components/frontend/app/views/frontend/managed_contacts/index.html.erb
[14]+  Stopped                 emacsclient -nw components/frontend/app/views/frontend/managed_sources/new_source_profile.html.erb

我花了很长时间才清理这些工作。我反复执行 fg Cx Cc (这意味着“退出 emacs”)

现在。有更容易的方法吗?

更新:我不想终止 emacs 服务器。我只是想快速关闭后台 emacsclient 进程。

相关内容