--- On Fri, 12/10/10, ccmail111 <ccmail...@yahoo.com> wrote:

From: ccmail111 <ccmail...@yahoo.com>
Subject: cgroup subsystem - tasks file
To: libcg-devel@lists.sourceforge.net
Date: Friday, December 10, 2010, 5:36 PM


Question:I have added pids to tasks list (via VFS) as in:

 echo 13970 >> tasks
 echo 13971 >> tasks 
 echo 13972 >> tasks
# cat tasks
13923
13970
13971
13972
13981
14017

How do I remove pid from tasks, say for example remove '13972' above ?
Thanks !
----

I used sed but the pid shows up again:

# sed -e '/13972/d' tasks
13923
13970
13971
13981
14578

# cat tasks
13923
13970
13971
13972
13981
14589


Any thoughts ?


      


      

------------------------------------------------------------------------------
Oracle to DB2 Conversion Guide: Learn learn about native support for PL/SQL,
new data types, scalar functions, improved concurrency, built-in packages, 
OCI, SQL*Plus, data movement tools, best practices and more.
http://p.sf.net/sfu/oracle-sfdev2dev 
_______________________________________________
Libcg-devel mailing list
Libcg-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libcg-devel

Reply via email to