Advertisement
graphitemaster

Untitled

Oct 24th, 2014
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.09 KB | None | 0 0
  1. [root@graphitemaster neothyne]# for f in *; do echo "Remove ${f}?"; read ans; if [ "$ans" == "y" ]; then echo rm -rf "${f}"; fi; done
  2. Remove �_?
  3. y
  4. rm -rf �_
  5. Remove client.cpp?
  6. ^C
  7. [root@graphitemaster neothyne]# ls
  8. ??_? engine.cpp kdtree.cpp m_const.h m_quat.h r_common.cpp r_method.cpp r_quad.h r_texture.cpp s_lex.h u_buffer.h u_memory.h u_pair.h u_string.h VARS
  9. client.cpp engine.h kdtree.h m_mat4.cpp m_vec3.cpp r_common.h r_method.h r_skybox.cpp r_texture.h texture.cpp u_file.cpp u_misc.h u_set.h u_traits.h
  10. client.h game LICENSE m_mat4.h m_vec3.h README.md r_pipeline.cpp r_skybox.h r_world.cpp texture.h u_file.h u_new.cpp u_sha512.cpp u_vector.h
  11. c_var.cpp kdmap.cpp main.cpp m_plane.h r_billboard.cpp r_gbuffer.cpp r_pipeline.h r_splash.cpp r_world.h tools u_hash.h u_new.h u_sha512.h u_zlib.cpp
  12. c_var.h kdmap.h Makefile m_quat.cpp r_billboard.h r_gbuffer.h r_quad.cpp r_splash.h s_lex.cpp u_algorithm.h u_map.h u_optional.h u_string.cpp u_zlib.h
  13. [root@graphitemaster neothyne]#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement